We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef89c0 commit 7740bd4Copy full SHA for 7740bd4
.github/workflows/dependency-review.yml
@@ -28,7 +28,7 @@ jobs:
28
persist-credentials: false
29
30
- name: 'Dependency Review'
31
- uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
+ uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0
32
with:
33
base-ref: ${{ github.event.pull_request.base.sha || 'master' }}
34
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
0 commit comments