Skip to content

Commit 8614c03

Browse files
committed
Use fixed hash for action
1 parent 0b4ef30 commit 8614c03

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/actionlint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
self-hosted-runner:
2+
# BuildJet machines we are using
3+
labels:
4+
- buildjet-2vcpu-ubuntu-2204-arm
5+
- buildjet-4vcpu-ubuntu-2204-arm

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
toolchain: ${{ env.RUST_VERSION }}
6161
targets: ${{ matrix.target }}
6262

63-
- uses: actions/setup-go@v5
63+
- uses: actions/setup-go0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
6464
with:
6565
go-version: '^1.22.2'
6666

.github/workflows/release_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
toolchain: ${{ env.RUST_VERSION }}
4747
targets: ${{ matrix.target }}
4848

49-
- uses: actions/setup-go@v5
49+
- uses: actions/setup-go0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
5050
with:
5151
go-version: '^1.22.2'
5252

0 commit comments

Comments
 (0)