Skip to content

Commit 97d0b02

Browse files
Update semgrep.yml
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 to onboard Semgrep onto all of Cloudflare's public repos. In case of any questions, please reach out to "Hrushikesh Deshpande" on cf internal chat.
1 parent a27863b commit 97d0b02

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/semgrep.yml

+2-3
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)