Skip to content

Commit

Permalink
Use fixed hash for action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Apr 24, 2024
1 parent 0b4ef30 commit 8614c03
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
self-hosted-runner:
# BuildJet machines we are using
labels:
- buildjet-2vcpu-ubuntu-2204-arm
- buildjet-4vcpu-ubuntu-2204-arm
2 changes: 1 addition & 1 deletion .github/workflows/pr_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
targets: ${{ matrix.target }}

- uses: actions/setup-go@v5
- uses: actions/setup-go0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: '^1.22.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_stackablectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
toolchain: ${{ env.RUST_VERSION }}
targets: ${{ matrix.target }}

- uses: actions/setup-go@v5
- uses: actions/setup-go0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
with:
go-version: '^1.22.2'

Expand Down

0 comments on commit 8614c03

Please sign in to comment.