diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index fda587d..34f3697 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -80,7 +80,7 @@ jobs: go-version-input: output-format: sarif output-file: ${{ github.ref == 'refs/heads/main' && 'govulncheck.sarif' || '' }} - - uses: github/codeql-action/upload-sarif@v4.37.3 + - uses: github/codeql-action/upload-sarif@v4.37.4 if: github.ref == 'refs/heads/main' && (success() || failure()) with: sarif_file: govulncheck.sarif @@ -177,7 +177,7 @@ jobs: scan-type: fs format: sarif output: ${{ github.ref == 'refs/heads/main' && 'trivy.sarif' || '' }} - - uses: github/codeql-action/upload-sarif@v4.37.3 + - uses: github/codeql-action/upload-sarif@v4.37.4 if: github.ref == 'refs/heads/main' && (success() || failure()) with: sarif_file: trivy.sarif