Flag semgrep to not run on self-hosted

The semgrep action runs inside a docker container, and docker in podman just doesn't work.
This commit is contained in:
Jonathan Bennett 2024-09-19 12:10:39 -05:00 committed by GitHub
parent 91b4199f9d
commit d3a293a0d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ on: pull_request
jobs:
semgrep-diff:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: returntocorp/semgrep