diff --git a/GitHub/GH Action pipeline-snyk code scan-SARIF file.yml b/GitHub/GH Action pipeline-snyk code scan-SARIF file.yml index c6eb165..8dd69f1 100644 --- a/GitHub/GH Action pipeline-snyk code scan-SARIF file.yml +++ b/GitHub/GH Action pipeline-snyk code scan-SARIF file.yml @@ -29,7 +29,7 @@ jobs: snyk code test --sarif > results.sarif continue-on-error: true - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: # Path to SARIF file relative to the root of the repository - sarif_file: results.sarif \ No newline at end of file + sarif_file: results.sarif