diff --git a/.github/workflows/security_semgrep.yml b/.github/workflows/security_semgrep.yml index be32d161c4..d934e14afb 100644 --- a/.github/workflows/security_semgrep.yml +++ b/.github/workflows/security_semgrep.yml @@ -9,7 +9,7 @@ jobs: name: Semgrep Analyze runs-on: ubuntu-latest container: - image: returntocorp/semgrep@sha256:374d5a678b58e9ba3ef291ce37ffa836f69150a2360c78f02dca7a07bc42fb7d # 1.47.0 + image: returntocorp/semgrep@sha256:62c5c71d6da15096bdde79035782d30be8b89a6e2b5fb9b3228d37c3316fa9d4 # 1.47.0 steps: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4