Skip to content

Commit

Permalink
Merge pull request #6 from thomasleplus/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
thomasleplus authored Dec 7, 2023
2 parents f2ed68d + 255de9d commit eb9788b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
- 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 eb9788b

Please sign in to comment.