Skip to content

Commit d76aa17

Browse files
chore(deps): update actions/setup-go digest to f111f33 (#6491)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6340991 commit d76aa17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fossa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
24+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2525
with:
2626
go-version: "1.23"
2727
- run: go version

.github/workflows/pr-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
148148
with:
149149
python-version: 3.x
150-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
150+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
151151
with:
152152
go-version: "1.23"
153153
- name: Get golangci

.github/workflows/template-smoke-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ inputs.runs-on }}
2020
steps:
2121
- name: Setup Go
22-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
22+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
go-version: "1.23"
2525

0 commit comments

Comments
 (0)