Skip to content

Commit

Permalink
Update osv-scanner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Dec 25, 2023
1 parent 564dd7b commit 0f56849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.21.0'
go-version: 'stable'
check-latest: true
- name: Install OSV Scanner
run: go install github.com/google/osv-scanner/cmd/osv-scanner@v1
- name: OSV Scanner
Expand Down

0 comments on commit 0f56849

Please sign in to comment.