Skip to content

Commit dbf5a34

Browse files
authored
chore: specify OSV scanner binary to v2.2.4 (#122)
1 parent e834869 commit dbf5a34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/package-and-upload-assets.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
- name: Get latest OSV scanner version
7777
id: osv_scanner_version
7878
run: |
79-
LATEST_TAG=$(curl -sSLf "https://api.github.com/repos/google/osv-scanner/releases/latest" | jq -r .tag_name)
79+
# LATEST_TAG=$(curl -sSLf "https://api.github.com/repos/google/osv-scanner/releases/latest" | jq -r .tag_name)
80+
# Manually pin to v2.2.4 for now because of https://github.com/google/osv-scanner/issues/2421
81+
LATEST_TAG="v2.2.4"
8082
echo "tag=${LATEST_TAG}" >> $GITHUB_OUTPUT
8183
8284
- name: Download OSV scanner binary

0 commit comments

Comments
 (0)