diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index d18b13147d5..87c9a986b88 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest container: - image: returntocorp/semgrep:1.99.0@sha256:ae27024c16f7848cdbfd49c24ed0b78b13f13b85fcd7b87c679aaa8b0c0dce98 + image: returntocorp/semgrep:1.100.0@sha256:7acf76eaa621465588fdfcc84f46fd7ea1e8337ebb1aa1ed6f4685f6eedaec25 # Skip any PR created by Dependabot to avoid permission issues: if: (github.actor != 'dependabot[bot]')