diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 8b3f139d47..d863f39a0d 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -19,7 +19,7 @@ jobs: env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} container: - image: returntocorp/semgrep + image: semgrep/semgrep:1.128.1 steps: - uses: actions/checkout@v4 with: