We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5897d46 commit dfad947Copy full SHA for dfad947
.github/workflows/dependency-review.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: "Checkout repository"
25
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
- name: "Dependency Review"
27
- uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
+ uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
28
# Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options.
29
with:
30
comment-summary-in-pr: always
0 commit comments