diff --git a/.github/workflows/reusable-semgrep.yml b/.github/workflows/reusable-semgrep.yml index 4a6920a..2184a55 100644 --- a/.github/workflows/reusable-semgrep.yml +++ b/.github/workflows/reusable-semgrep.yml @@ -29,7 +29,7 @@ jobs: # Needed to upload the results to code-scanning dashboard. security-events: write container: - image: semgrep/semgrep@sha256:5930c9438968657745cc8c193e338ec9e08c5ead0b926b1b4ed37e06a9cc2270 # 1.151.0 + image: semgrep/semgrep@sha256:4095860d71cc40d42617b92b0b420711736ada7d67fdb254c5ef4f37dd8fc3ec # 1.151.0 env: SEMGREP_SEND_METRICS: 'off' steps: