ci: pin semgrep version (#1221)

* ci: pin semgrep version

* updat semgrep image
This commit is contained in:
Péter Garamvölgyi 2025-07-14 17:04:46 +02:00 committed by GitHub
parent b0619ce4f1
commit bb06ef951d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: