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 eb2d583 commit ed6bc2eCopy full SHA for ed6bc2e
1 file changed
.github/workflows/dependency-review.yml
@@ -26,9 +26,9 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: 'Checkout Repository'
29
- uses: actions/checkout@v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
- name: 'Dependency Review PR'
31
- uses: actions/dependency-review-action@v4.3.4
+ uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
32
with:
33
base-ref: ${{ github.event.before }}
34
head-ref: ${{ github.sha }}
0 commit comments