diff --git a/.github/workflows/gosec-analysis.yml b/.github/workflows/gosec-analysis.yml index a035cf3..4251337 100644 --- a/.github/workflows/gosec-analysis.yml +++ b/.github/workflows/gosec-analysis.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v6 - name: Run Gosec Security Scanner - uses: securego/gosec@v2.22.11 #master + uses: securego/gosec@v2.23.0 #master with: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-no-fail -fmt sarif -out results.sarif ./...'