diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 3da317f45..5c594c7fd 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -32,7 +32,7 @@ jobs: name: 🚨 Semgrep Analysis runs-on: ubuntu-latest container: - image: returntocorp/semgrep@sha256:06938c1f365d3f67b8cedd8bc117607ae64253f88a0e768e9da9408548927dd6 + image: returntocorp/semgrep@sha256:2b33f46ba66cf8cc2ad59ccfa7d22951fd00c632c38f1339e84ec8e6e641a942 # Skip any PR created by dependabot to avoid permission issues: if: (github.actor != 'dependabot[bot]')