We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c60076 commit 9ba6e22Copy full SHA for 9ba6e22
.github/workflows/semgrep.yml
@@ -1,4 +1,3 @@
1
-
2
on:
3
pull_request: {}
4
workflow_dispatch: {}
@@ -12,7 +11,7 @@ name: Semgrep config
12
11
jobs:
13
semgrep:
14
name: semgrep/ci
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
16
env:
17
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
18
SEMGREP_URL: https://cloudflare.semgrep.dev
@@ -21,5 +20,5 @@ jobs:
21
20
container:
22
image: returntocorp/semgrep
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- run: semgrep ci
0 commit comments