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:
1010runs :
1111 using : composite
1212 steps :
13- - uses : cachix/install-nix-action@v30
13+ - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
1414 with :
1515 github_access_token : ${{ inputs.github_token }}
1616 - run : nix develop --command echo "dependencies installed"
Original file line number Diff line number Diff line change 4545 # - Avoid using the install-nix custom action since a relative
4646 # path wouldn't be resolveable from other repos and an absolute
4747 # path would require setting a version.
48- - uses : cachix/install-nix-action@v30
48+ - uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
4949 with :
5050 github_access_token : ${{ inputs.github_token }}
5151 - run : nix develop --command echo "dependencies installed"
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : bufbuild/buf-action@v1
18+ - uses : bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b # v1
1919 with :
2020 input : " proto"
2121 # Breaking changes are managed by the rpcchainvm protocol version.
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 runs-on : ubuntu-latest
141141 steps :
142142 - uses : actions/checkout@v4
143- - uses : bufbuild/buf-action@v1
143+ - uses : bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b # v1
144144 with :
145145 input : " proto"
146146 pr_comment : false
@@ -157,7 +157,7 @@ jobs:
157157 steps :
158158 - uses : actions/checkout@v4
159159 - uses : ./.github/actions/setup-go-for-project
160- - uses : bufbuild/buf-action@v1
160+ - uses : bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b # v1
161161 with :
162162 setup_only : true
163163 version : 1.35.0
Original file line number Diff line number Diff line change 4747
4848 # Initializes the CodeQL tools for scanning.
4949 - name : Initialize CodeQL
50- uses : github/codeql-action/init@v3
50+ uses : github/codeql-action/init@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
5151 with :
5252 languages : ${{ matrix.language }}
5353 # If you wish to specify custom queries, you can do so here or in a config file.
5656 # queries: ./path/to/local/query, your-org/your-repo/queries@main
5757
5858 - name : Perform CodeQL Analysis
59- uses : github/codeql-action/analyze@v3
59+ uses : github/codeql-action/analyze@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 # v3
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : crazy-max/ghaction-github-labeler@v5
22+ - uses : crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5
2323 with :
2424 dry-run : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change 2525 uses : actions/checkout@v4
2626
2727 - name : Login to GAR
28- uses : docker/login-action@v3
28+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
2929 with :
3030 registry : ${{ env.REGISTRY }}
3131 username : _json_key
Original file line number Diff line number Diff line change 2525 name : Run Antithesis Avalanchego Test Setup
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : antithesishq/antithesis-trigger-action@v0.7
28+ - uses : antithesishq/antithesis-trigger-action@0843ed4168a88c305114511cd8bed2fe5ba352cb # v0.7
2929 with :
3030 notebook_name : avalanche
3131 tenant : avalanche
Original file line number Diff line number Diff line change 2525 name : Run Antithesis XSVM Test Setup
2626 runs-on : ubuntu-latest
2727 steps :
28- - uses : antithesishq/antithesis-trigger-action@v0.7
28+ - uses : antithesishq/antithesis-trigger-action@0843ed4168a88c305114511cd8bed2fe5ba352cb # v0.7
2929 with :
3030 notebook_name : avalanche
3131 tenant : avalanche
You can’t perform that action at this time.
0 commit comments