Skip to content

Commit b207361

Browse files
Update semgrep.yml (#639)
Updating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application & Product Security team's initiative.
1 parent 7f6adbc commit b207361

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/semgrep.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
on:
32
pull_request: {}
43
workflow_dispatch: {}
@@ -12,7 +11,7 @@ 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
@@ -21,5 +20,5 @@ jobs:
2120
container:
2221
image: returntocorp/semgrep
2322
steps:
24-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2524
- run: semgrep ci

0 commit comments

Comments
 (0)