mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
ci: Update semgrep container version to 1.107.0 (#25078)
This commit is contained in:
4
.github/workflows/semgrep.yml
vendored
4
.github/workflows/semgrep.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user