diff --git a/.github/workflows/Semgrep.yml b/.github/workflows/Semgrep.yml index 66d2b19..b540bc7 100644 --- a/.github/workflows/Semgrep.yml +++ b/.github/workflows/Semgrep.yml @@ -60,7 +60,7 @@ jobs: path: report.sarif - name: Upload Semgrep report - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: report.sarif category: semgrep \ No newline at end of file