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 2020 - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
2121 with :
2222 name : ${{ inputs.artifact }}
23- - uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
23+ - uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
2424 with :
2525 subject-path : " *"
Original file line number Diff line number Diff line change 2323 run : tar -czf pyfib.tar.gz ./pyfib
2424
2525 - name : Attest build provenance
26- uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
26+ uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
2727 with :
2828 subject-path : " pyfib.tar.gz"
2929
Original file line number Diff line number Diff line change 4848 tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
4949
5050 - name : Attest artifact
51- uses : actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
51+ uses : actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
5252 with :
5353 subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5454 subject-digest : ${{ steps.build-and-push.outputs.digest }}
You can’t perform that action at this time.
0 commit comments