diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index c65d0b16..b5bb227e 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -31,7 +31,7 @@ jobs: name: 🚨 Semgrep Analysis runs-on: ubuntu-latest container: - image: returntocorp/semgrep@sha256:7810f1d7884974ab6dda7bef8f4a2c8e165ea2142fd8260515d380e4f1407263 + image: returntocorp/semgrep@sha256:326e5f41cc972bb423b764a14febbb62bbad29ee1c01820805d077dd868fea48 # Skip any PR created by dependabot to avoid permission issues: if: (github.actor != 'dependabot[bot]')