Skip to content

Commit 69a0db2

Browse files
chore(deps): update actions/setup-go digest to cdcb360 (#243)
1 parent 95b9628 commit 69a0db2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
toolchain: ${{ env.RUST_VERSION }}
9797

98-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
98+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
9999
with:
100100
go-version: ${{ env.GO_VERSION }}
101101

.github/workflows/pr_general.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
toolchain: ${{ env.RUST_VERSION }}
3030

31-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
31+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
3232
with:
3333
go-version: ${{ env.GO_VERSION }}
3434

@@ -89,7 +89,7 @@ jobs:
8989
toolchain: ${{ env.RUST_VERSION }}
9090
components: clippy
9191

92-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
92+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
9393
with:
9494
go-version: ${{ env.GO_VERSION }}
9595

@@ -132,7 +132,7 @@ jobs:
132132
toolchain: ${{ env.RUST_VERSION }}
133133
components: rustfmt
134134

135-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
135+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
136136
with:
137137
go-version: ${{ env.GO_VERSION }}
138138

@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
toolchain: ${{ env.RUST_VERSION }}
161161

162-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
162+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
163163
with:
164164
go-version: ${{ env.GO_VERSION }}
165165

.github/workflows/pr_stackablectl.yml

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

64-
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
64+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
6565
with:
6666
go-version: ${{ env.GO_VERSION }}
6767

.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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
49+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
5050
with:
5151
go-version: '^1.22.2'
5252

0 commit comments

Comments
 (0)