Skip to content

Commit 009e1f6

Browse files
authored
chore(deps): bump dependency review action (#6698)
1 parent 820a607 commit 009e1f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-fork-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
ref: ${{ needs.setup.outputs.commit_id }}
190190
repository: ${{ github.repository }}
191191
- 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]
193193
with:
194194
base-ref: ${{ needs.setup.outputs.base_sha }}
195195
head-ref: ${{ needs.setup.outputs.commit_id }}

.github/workflows/test-internal-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: 'Checkout Repository'
6565
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62 # v4.1.3 https://github.com/actions/checkout/commit/cd7d8d697e10461458bc61a30d094dc601a8b017
6666
- 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]
6868
with:
6969
config-file: '.github/dependency-review/config.yml'
7070

0 commit comments

Comments
 (0)