We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2012e commit 85d5b0bCopy full SHA for 85d5b0b
2 files changed
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
# Allow goreleaser to access older tag information.
24
fetch-depth: 0
25
- name: Set up Go
26
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
+ uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
27
with:
28
go-version-file: 'go.mod'
29
- name: Generate Software Bill of Materials
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
run: git fetch --prune --unshallow
14
15
16
17
18
19
0 commit comments