Skip to content

Commit 4ab1e1b

Browse files
authored
Update dependency-review.yml
1 parent 6f1e0f9 commit 4ab1e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 'Dependency Review'
1919
uses: actions/dependency-review-action@v4
2020
with:
21-
base-ref: ${{ steps.first-commit.outputs.first_commit_sha }}
21+
base-ref: ${{ env.first_commit_sha }}
2222
head-ref: ${{ github.ref }}
2323
show-openssf-scorecard: true
2424
vulnerability-check: true

0 commit comments

Comments
 (0)