Skip to content

Commit

Permalink
set check-latest to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zpavlinovic committed Sep 25, 2024
1 parent d95b770 commit b7f320f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/govulncheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
check-latest:
description: 'Set this option to true if you want the action to always check for the latest available Go version that satisfies the version spec'
required: false
default: false
default: true
cache:
description: 'Used to specify whether Go caching is needed. Set to true, if you would like to enable caching.'
required: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
with:
work-dir: .
repo-checkout: false
go-version-file: go.mod
output-format: sarif
output-file: out.sarif
#go-version-file: go.mod
#output-format: sarif
#output-file: out.sarif
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: out.sarif
Expand Down

0 comments on commit b7f320f

Please sign in to comment.