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 509594e commit 5fa21a6Copy full SHA for 5fa21a6
.github/workflows/dependency-review.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
36
- name: 'Dependency Review'
37
- uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
+ uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
38
with:
39
base-ref: ${{ github.event.pull_request.base.sha || 'dev' }}
40
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
0 commit comments