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 6eabcfe commit b18832d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '>=1.21.0'
- 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 b18832d

Please sign in to comment.