diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index b4d9b25..c316226 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -19,6 +19,6 @@ jobs: - name: Verify the basic usage run: | perl zarn.pl --source . --sarif zarn.sarif - - uses: github/codeql-action/upload-sarif@v2 + - uses: github/codeql-action/upload-sarif@v3 with: sarif_file: zarn.sarif \ No newline at end of file