diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 0434d04..43ebbab 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Run gosec - uses: securego/gosec@v2.27.1 + uses: securego/gosec@v2.28.0 with: # -no-fail: lint job already enforces gosec rules; this job is for # SARIF upload to the GitHub Security tab only.