Flag semgrep to not run on self-hosted (#6256)

The semgrep action runs inside a docker container,
and docker in podman just doesn't work.
This commit is contained in:
Tom Fifield 2025-03-07 11:54:32 +08:00 committed by GitHub
parent 5c77d42345
commit 563747c5cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ permissions:
jobs: jobs:
semgrep-full: semgrep-full:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
container: container:
image: semgrep/semgrep image: semgrep/semgrep