File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ jobs:
9696 run : tar xvf ${{ env.TARBALL_FILE }}
9797
9898 - name : generate build provenance (jar files)
99- uses : actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
99+ uses : actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
100100 with :
101101 subject-path : " ${{ github.workspace }}/**/build/libs/*.jar"
102102
103103 - name : generate build provenance (aar files)
104- uses : actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
104+ uses : actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
105105 with :
106106 subject-path : " ${{ github.workspace }}/**/build/outputs/aar/*.aar"
Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ jobs:
8181 run : tar xvf ${{ env.TARBALL_FILE }}
8282
8383 - name : generate build provenance (jar files)
84- uses : actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
84+ uses : actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
8585 with :
8686 subject-path : " ${{ github.workspace }}/**/build/libs/*.jar"
8787
8888 - name : generate build provenance (aar files)
89- uses : actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
89+ uses : actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
9090 with :
9191 subject-path : " ${{ github.workspace }}/**/build/outputs/aar/*.aar"
9292
You can’t perform that action at this time.
0 commit comments