diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5f489563..736b6130 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -61,7 +61,7 @@ jobs: continue-on-error: true # checkout code, build, run analyzers, ... - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: # You can also specify the path to a folder for `sarif_file` sarif_file: ./src/Giraffe/analysis.sarif \ No newline at end of file