diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 196b5a0..6048b80 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -21,7 +21,7 @@ jobs: env: SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} container: - image: semgrep/semgrep@sha256:cffeb57efaaffe57811b7fd740e4ee6313dbfaf6b364bb5cce52a8e506d35f42 + image: semgrep/semgrep@sha256:550dfdac1ec5d4a757d1c2ac0197a6360ef3ac8e3d0a804731eab07242e91b4c steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - run: semgrep ci --sarif > semgrep.sarif