We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27024dd commit 0b137d8Copy full SHA for 0b137d8
.github/workflows/ci.yml
@@ -115,7 +115,7 @@ jobs:
115
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
116
if: ${{ startsWith(github.ref, 'refs/tags/') }}
117
- name: Download Syft
118
- uses: anchore/sbom-action/download-syft@v0.11.0
+ uses: anchore/sbom-action/download-syft@v0.12.0
119
- name: Run GoReleaser
120
uses: goreleaser/goreleaser-action@v3
121
with:
0 commit comments