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 96
96
run : tar xvf ${{ env.TARBALL_FILE }}
97
97
98
98
- name : generate build provenance
99
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
99
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
100
100
with :
101
101
subject-path : " ${{ github.workspace }}/**/target/*.jar"
102
102
Original file line number Diff line number Diff line change 66
66
run : tar xvf ${{ env.TARBALL_FILE }}
67
67
68
68
- name : generate build provenance
69
- uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
69
+ uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
70
70
with :
71
71
subject-path : " ${{ github.workspace }}/**/target/*.jar"
72
72
Original file line number Diff line number Diff line change 29
29
"pull_requests": "write"
30
30
}
31
31
32
- - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
32
+ - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
33
33
with :
34
34
registry : ghcr.io
35
35
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments