We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb91bc7 commit a041bb2Copy full SHA for a041bb2
.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@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
+ uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
27
- name: Generate Software Bill of Materials
28
uses: anchore/sbom-action@df80a981bc6edbc4e220a492d3cbe9f5547a6e75 # v0
29
- name: Import GPG key
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
run: git fetch --prune --unshallow
14
15
16
17
18
- name: Run tests
19
run: make test
0 commit comments