Skip to content

Commit c7c4b66

Browse files
Merge pull request #5 from cloudflare/hrushikeshdeshpande-updating-semgrep-yml-1
Update semgrep.yml
2 parents 027e92d + 61b5cd0 commit c7c4b66

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/semgrep.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
on:
32
pull_request: {}
43
workflow_dispatch: {}
@@ -12,14 +11,17 @@ name: Semgrep config
1211
jobs:
1312
semgrep:
1413
name: semgrep/ci
15-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1615
env:
1716
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1817
SEMGREP_URL: https://cloudflare.semgrep.dev
1918
SEMGREP_APP_URL: https://cloudflare.semgrep.dev
2019
SEMGREP_VERSION_CHECK_URL: https://cloudflare.semgrep.dev/api/check-version
2120
container:
22-
image: returntocorp/semgrep
21+
image: semgrep/semgrep
2322
steps:
24-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2524
- run: semgrep ci
25+
26+
27+

0 commit comments

Comments
 (0)