diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index ef7adff..0c661bf 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -23,6 +23,6 @@ jobs: - name: Run Semgrep run: semgrep --config p/python --config p/secrets --sarif --output results.sarif . - name: Upload SARIF file - uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9 + uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9 with: sarif_file: results.sarif