Skip to content

Commit 939e067

Browse files
chore(deps): update actions/setup-go digest to 3041bf5 (#1347)
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 8cd3b29 commit 939e067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161
- name: Set up Go
62-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
62+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
6363
with:
6464
go-version: '1.22'
6565
- name: Download Syft

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
21+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424

0 commit comments

Comments
 (0)