Skip to content

Commit 7be6aea

Browse files
authored
[ci] Update to use commit SHAs for non-floating tags (#3834)
1 parent 6ad39f5 commit 7be6aea

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

.github/actions/install-nix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 #v30
13+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f #v31
1414
with:
1515
github_access_token: ${{ inputs.github_token }}
1616
- run: nix develop --command echo "dependencies installed"

.github/actions/run-monitored-tmpnet-cmd/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ runs:
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@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 #v30
48+
- uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f #v31
4949
with:
5050
github_access_token: ${{ inputs.github_token }}
5151
- run: ${{ github.action_path }}/nix-develop.sh --command echo "dependencies installed"

.github/workflows/buf-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b #v1
18+
- uses: bufbuild/buf-action@1b8e0a0e793562b7850d7e6ff0228b5c0b16111c #v1.1.0
1919
with:
2020
input: "proto"
2121
# Breaking changes are managed by the rpcchainvm protocol version.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
runs-on: ubuntu-latest
141141
steps:
142142
- uses: actions/checkout@v4
143-
- uses: bufbuild/buf-action@2232f407651f19e7e011fe9fe1dad409ae3c2e9b #v1
143+
- uses: bufbuild/buf-action@1b8e0a0e793562b7850d7e6ff0228b5c0b16111c #v1.1.0
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@2232f407651f19e7e011fe9fe1dad409ae3c2e9b #v1
160+
- uses: bufbuild/buf-action@1b8e0a0e793562b7850d7e6ff0228b5c0b16111c #v1.1.0
161161
with:
162162
setup_only: true
163163
version: 1.47.2

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 #v3
50+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 #v3.28.13
5151
with:
5252
languages: ${{ matrix.language }}
5353
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,4 +56,4 @@ jobs:
5656
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5757

5858
- name: Perform CodeQL Analysis
59-
uses: github/codeql-action/analyze@d7eaefbfa6606a4adc96bdf7b9ba23d7fa931e69 #v3
59+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 #v3.28.13

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 #v5
22+
- uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 #v5.2.0
2323
with:
2424
dry-run: ${{ github.event_name == 'pull_request' }}

.github/workflows/publish_antithesis_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Login to GAR
28-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 #v3
28+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 #v3.4.0
2929
with:
3030
registry: ${{ env.REGISTRY }}
3131
username: _json_key

.github/workflows/trigger-antithesis-avalanchego.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Run Antithesis Avalanchego Test Setup
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: antithesishq/antithesis-trigger-action@0843ed4168a88c305114511cd8bed2fe5ba352cb #v0.7
28+
- uses: antithesishq/antithesis-trigger-action@b7d0c9d1d9316bd4de73a44144c56636ea3a64ba #v0.8
2929
with:
3030
notebook_name: avalanche
3131
tenant: avalanche

.github/workflows/trigger-antithesis-xsvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Run Antithesis XSVM Test Setup
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: antithesishq/antithesis-trigger-action@0843ed4168a88c305114511cd8bed2fe5ba352cb #v0.7
28+
- uses: antithesishq/antithesis-trigger-action@b7d0c9d1d9316bd4de73a44144c56636ea3a64ba #v0.8
2929
with:
3030
notebook_name: avalanche
3131
tenant: avalanche

0 commit comments

Comments
 (0)