File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ inputs:
10
10
runs :
11
11
using : composite
12
12
steps :
13
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
13
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
14
14
with :
15
15
github_access_token : ${{ inputs.github_token }}
16
16
- run : nix develop --command echo "dependencies installed"
Original file line number Diff line number Diff line change 45
45
# - Avoid using the install-nix custom action since a relative
46
46
# path wouldn't be resolveable from other repos and an absolute
47
47
# path would require setting a version.
48
- - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
48
+ - uses : cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
49
49
with :
50
50
github_access_token : ${{ inputs.github_token }}
51
51
- run : ${{ github.action_path }}/nix-develop.sh --command echo "dependencies installed"
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- uses : actions/checkout@v4
18
- - uses : bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b # v1
18
+ - uses : bufbuild/buf-action@1b8e0a0e793562b7850d7e6ff0228b5c0b16111c # v1.1.0
19
19
with :
20
20
input : " proto"
21
21
# Breaking changes are managed by the rpcchainvm protocol version.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140
140
runs-on : ubuntu-latest
141
141
steps :
142
142
- uses : actions/checkout@v4
143
- - uses : bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b # v1
143
+ - uses : bufbuild/buf-action@1b8e0a0e793562b7850d7e6ff0228b5c0b16111c # v1.1.0
144
144
with :
145
145
input : " proto"
146
146
pr_comment : false
@@ -157,7 +157,7 @@ jobs:
157
157
steps :
158
158
- uses : actions/checkout@v4
159
159
- uses : ./.github/actions/setup-go-for-project
160
- - uses : bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b # v1
160
+ - uses : bufbuild/buf-action@1b8e0a0e793562b7850d7e6ff0228b5c0b16111c # v1.1.0
161
161
with :
162
162
setup_only : true
163
163
version : 1.47.2
Original file line number Diff line number Diff line change 47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
50
- uses : github/codeql-action/init@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
50
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
51
51
with :
52
52
languages : ${{ matrix.language }}
53
53
# If you wish to specify custom queries, you can do so here or in a config file.
56
56
# queries: ./path/to/local/query, your-org/your-repo/queries@main
57
57
58
58
- name : Perform CodeQL Analysis
59
- uses : github/codeql-action/analyze@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
59
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5
22
+ - uses : crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0
23
23
with :
24
24
dry-run : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v4
26
26
27
27
- name : Login to GAR
28
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
28
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
29
29
with :
30
30
registry : ${{ env.REGISTRY }}
31
31
username : _json_key
Original file line number Diff line number Diff line change 25
25
name : Run Antithesis Avalanchego Test Setup
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : antithesishq/antithesis-trigger-action@0843ed4168a88c305114511cd8bed2fe5ba352cb # v0.7
28
+ - uses : antithesishq/antithesis-trigger-action@b7d0c9d1d9316bd4de73a44144c56636ea3a64ba # v0.8
29
29
with :
30
30
notebook_name : avalanche
31
31
tenant : avalanche
Original file line number Diff line number Diff line change 25
25
name : Run Antithesis XSVM Test Setup
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : antithesishq/antithesis-trigger-action@0843ed4168a88c305114511cd8bed2fe5ba352cb # v0.7
28
+ - uses : antithesishq/antithesis-trigger-action@b7d0c9d1d9316bd4de73a44144c56636ea3a64ba # v0.8
29
29
with :
30
30
notebook_name : avalanche
31
31
tenant : avalanche
You can’t perform that action at this time.
0 commit comments