diff --git a/.github/workflows/govulncheck.yml b/.github/workflows/govulncheck.yml index 35f0e28..3745c34 100644 --- a/.github/workflows/govulncheck.yml +++ b/.github/workflows/govulncheck.yml @@ -14,7 +14,7 @@ jobs: security-events: write contents: read steps: - - uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4 + - uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1.1.0 with: go-package: ./... # NOTE that we want to produce the SARIF-formatted report, which can then be consumed by other tools ...