diff --git a/.github/workflows/Semgrep.yml b/.github/workflows/Semgrep.yml index b08eda5ac..b57abdd98 100644 --- a/.github/workflows/Semgrep.yml +++ b/.github/workflows/Semgrep.yml @@ -46,7 +46,7 @@ jobs: SEMGREP_RULES: p/default # more at semgrep.dev/explore - name: Upload SARIF file for GitHub Advanced Security Dashboard - uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11 + uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: sarif_file: semgrep.sarif if: always() \ No newline at end of file