diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 9a47a74..8ad304e 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -69,7 +69,7 @@ jobs: check-latest: true - name: Run Gosec Security Scanner - uses: securego/gosec@v2.22.8 + uses: securego/gosec@v2.22.11 with: args: "-fmt=sarif -out=gosec.sarif ./..."