We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1e0f9 commit 4ab1e1bCopy full SHA for 4ab1e1b
.github/workflows/dependency-review.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: 'Dependency Review'
19
uses: actions/dependency-review-action@v4
20
with:
21
- base-ref: ${{ steps.first-commit.outputs.first_commit_sha }}
+ base-ref: ${{ env.first_commit_sha }}
22
head-ref: ${{ github.ref }}
23
show-openssf-scorecard: true
24
vulnerability-check: true
0 commit comments