We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69273ca commit 0a6fbfdCopy full SHA for 0a6fbfd
1 file changed
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
- uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
32
- name: Create release and SBOM
33
if: startsWith(github.ref, 'refs/tags/v')
34
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
+ uses: goreleaser/goreleaser-action@4c6ab561adb47e50c45ef534e2155934e91c40c1 # v7.2.0
35
with:
36
version: latest
37
args: release --clean --skip=validate
0 commit comments