Skip to content

Commit a041bb2

Browse files
chore(deps): update actions/setup-go digest to 4b73464
1 parent fb91bc7 commit a041bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Allow goreleaser to access older tag information.
2424
fetch-depth: 0
2525
- name: Set up Go
26-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
26+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2727
- name: Generate Software Bill of Materials
2828
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0
2929
- name: Import GPG key

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: git fetch --prune --unshallow
1414

1515
- name: Set up Go
16-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
16+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1717

1818
- name: Run tests
1919
run: make test

0 commit comments

Comments
 (0)