diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 293b4a36b96..129df425c26 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest container: - image: returntocorp/semgrep:1.151.0@sha256:d3d1be3a3770514d16a6a57b9761575d7536d70f45a5220274f4ec7d55c442b9 + image: returntocorp/semgrep:1.170.1@sha256:98c2572fced2474539fd27cab3207ebd8e95e4e7aab4c3b381fdc5e2641d9941 # Skip any PR created by Dependabot to avoid permission issues: if: (github.actor != 'dependabot[bot]')