diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 941b9b37..0c7cc072 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout Source uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run Gosec Security Scanner - uses: securego/gosec@9e6a9843d7a4a6e3e9a8539b02612c8a4aa3f889 # v2.27.1 + uses: securego/gosec@9e75c0576c9878035d4221392108d458abe10fc3 # v2.28.0 with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-exclude=G104,G307 -no-fail -fmt sarif -out results.sarif ./...'