ci: Update semgrep container version to 1.107.0 (#25078)

This commit is contained in:
James Rasell
2025-02-12 10:48:26 +01:00
committed by GitHub
parent d8841e011f
commit 268e90dedf

View File

@@ -21,9 +21,9 @@ jobs:
needs: [semgrep-validate]
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep:1.36.0
image: returntocorp/semgrep:1.107.0
env:
SEMGREP_SEND_METRICS: 0
SEMGREP_SEND_METRICS: off
# Skip any PR created by dependabot to avoid permission issues
if: (github.actor != 'dependabot[bot]')
steps: