diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index fccfd9317f..0438991e18 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -84,7 +84,7 @@ jobs: # we let the report trigger content trigger a failure using the GitHub Security features. args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...' - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@48c3e2675613624ea7978e5d132169f97bc3b578 + uses: github/codeql-action/upload-sarif@5ac2ddd6fc78e6c0d2af5b110b19381f38bd84df with: # Path to SARIF file relative to the root of the repository sarif_file: results.sarif