File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 # See https://goreleaser.com/blog/supply-chain-security/
2929 - name : installs syft for generating the SBOM with goreleaser
3030 if : " ${{ inputs.goreleaser == 'true' }}"
31- uses : anchore/sbom-action/download-syft@aa0e114b2e19480f157109b9922bda359bd98b90 # v0.20.8
31+ uses : anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
Original file line number Diff line number Diff line change 5353 run : make release
5454
5555 # Store artifacts to help with troubleshooting
56- - uses : actions/upload-artifact@v4
56+ - uses : actions/upload-artifact@v5
5757 if : always()
5858 with :
5959 name : release
Original file line number Diff line number Diff line change 5151 - name : Build
5252 run : make dist
5353
54- - uses : actions/upload-artifact@v4
54+ - uses : actions/upload-artifact@v5
5555 if : always()
5656 with :
5757 name : snapshots
You can’t perform that action at this time.
0 commit comments