We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f2f06 commit 11eb066Copy full SHA for 11eb066
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@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.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