Skip to content

Commit fb7f137

Browse files
committed
fix(ci): pin osv-scanner reusable workflow to v2.3.5
The @v2 ref doesn't exist as a tag on google/osv-scanner-action — only full semver tags do. This was causing the CI workflow to fail at parse time with a 'workflow file issue' error before any job could run.
1 parent 2be23e3 commit fb7f137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
permissions:
7777
contents: read
7878
security-events: write
79-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2
79+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.5
8080
with:
8181
scan-args: |-
8282
--lockfile=pnpm-lock.yaml

0 commit comments

Comments
 (0)