Skip to content

Commit 3ea0580

Browse files
chore(deps): update actions/dependency-review-action action to v4.9.0
1 parent 149a3f6 commit 3ea0580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Dependency Review
6666
if: github.event_name == 'pull_request'
67-
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
67+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
6868
with:
6969
fail-on-severity: ${{ inputs.fail-on-severity }}
7070
allow-ghsas: ${{ inputs.allow-ghsas }}
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Dependency Review
7676
if: github.event_name == 'push' || github.event_name == 'schedule'
77-
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
77+
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
7878
with:
7979
fail-on-severity: ${{ inputs.fail-on-severity }}
8080
allow-ghsas: ${{ inputs.allow-ghsas }}

0 commit comments

Comments
 (0)