File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
persist-credentials : false
30
30
31
31
- name : ' Dependency Review'
32
- uses : actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
32
+ uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
33
33
with :
34
34
base-ref : ${{ github.event.pull_request.base.sha || 'master' }}
35
35
head-ref : ${{ github.event.pull_request.head.sha || github.ref }}
Original file line number Diff line number Diff line change 81
81
files=$(ls dist 2>/dev/null | wc -l) && [ "$files" -eq $EXPECTED ] || exit 1
82
82
83
83
- name : " Generate attestations"
84
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
84
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
85
85
with :
86
86
subject-path : " dist/*"
87
87
@@ -121,7 +121,7 @@ jobs:
121
121
files=$(ls dist 2>/dev/null | wc -l) && [ "$files" -eq $EXPECTED ] || exit 1
122
122
123
123
- name : " Generate attestations"
124
- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
124
+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
125
125
with :
126
126
subject-path : " dist/*"
127
127
You can’t perform that action at this time.
0 commit comments