We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 101aa13 commit 9bd3d9dCopy full SHA for 9bd3d9d
1 file changed
.github/workflows/reusable-dependency-review.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Dependency Review
66
if: github.event_name == 'pull_request'
67
- uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
+ uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0
68
with:
69
fail-on-severity: ${{ inputs.fail-on-severity }}
70
allow-ghsas: ${{ inputs.allow-ghsas }}
@@ -74,7 +74,7 @@ jobs:
74
75
76
if: github.event_name == 'push' || github.event_name == 'schedule'
77
78
79
80
0 commit comments