diff --git a/.github/workflows/Scan-with-Snyk-code.yaml b/.github/workflows/Scan-with-Snyk-code.yaml index 8b1d17d..a3673b0 100644 --- a/.github/workflows/Scan-with-Snyk-code.yaml +++ b/.github/workflows/Scan-with-Snyk-code.yaml @@ -14,6 +14,6 @@ jobs: args: --all-projects --sarif-file-output=snyk.sarif command: code test - name: Upload result to GitHub Code Scanning - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: snyk.sarif \ No newline at end of file