We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd3b29 commit 939e067Copy full SHA for 939e067
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
with:
60
fetch-depth: 0
61
- name: Set up Go
62
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
+ uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
63
64
go-version: '1.22'
65
- name: Download Syft
.github/workflows/test.yaml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
20
21
22
23
go-version: ${{ env.GO_VERSION }}
24
0 commit comments