File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189
189
ref : ${{ needs.setup.outputs.commit_id }}
190
190
repository : ${{ github.repository }}
191
191
- name : ' Dependency Review'
192
- uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # https://github.com/actions/dependency-review-action/commit/[HASH]
192
+ uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3 https://github.com/actions/dependency-review-action/commit/[HASH]
193
193
with :
194
194
base-ref : ${{ needs.setup.outputs.base_sha }}
195
195
head-ref : ${{ needs.setup.outputs.commit_id }}
Original file line number Diff line number Diff line change 64
64
- name : ' Checkout Repository'
65
65
uses : actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
66
66
- name : ' Dependency Review'
67
- uses : actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # https://github.com/actions/dependency-review-action/commit/[HASH]
67
+ uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3 https://github.com/actions/dependency-review-action/commit/[HASH]
68
68
with :
69
69
config-file : ' .github/dependency-review/config.yml'
70
70
You can’t perform that action at this time.
0 commit comments