We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a4a02 commit 3fbc19aCopy full SHA for 3fbc19a
.github/workflows/semgrep.yml
@@ -12,7 +12,7 @@ name: Semgrep config
12
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 +21,5 @@ jobs:
21
container:
22
image: returntocorp/semgrep
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
25
- run: semgrep ci
0 commit comments