diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 978cfbb31..f4efdcb12 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v4 - name: Run gosec security scanner - uses: securego/gosec@v2.21.0 + uses: securego/gosec@v2.21.2 with: # with '-no-fail' we let the report trigger content trigger a failure using the GitHub Security features. args: "-no-fail -fmt sarif -out gosec.sarif ./..."