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 2ebf000 commit 8e36f63Copy full SHA for 8e36f63
.github/workflows/dependency-review.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
- - uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
+ - uses: actions/dependency-review-action@a6993e2c61fd5dc440b409aa1d6904921c5e1894 # v4.3.5
29
with:
30
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
31
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
0 commit comments