Skip to content

Commit eeda469

Browse files
hrushikeshdeshpandeelithrar
authored andcommitted
[Docs Site] Update semgrep workflow (#17000)
* Update semgrep.yml * Update semgrep.yml
1 parent ade1c0c commit eeda469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/semgrep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ name: Semgrep config
1212
jobs:
1313
semgrep:
1414
name: semgrep/ci
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
env:
1717
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
1818
SEMGREP_URL: https://cloudflare.semgrep.dev
1919
SEMGREP_APP_URL: https://cloudflare.semgrep.dev
2020
SEMGREP_VERSION_CHECK_URL: https://cloudflare.semgrep.dev/api/check-version
2121
container:
22-
image: returntocorp/semgrep
22+
image: semgrep/semgrep
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- run: semgrep ci

0 commit comments

Comments
 (0)