Skip to content

Commit 3fbc19a

Browse files
Update semgrep.yml
1 parent c8a4a02 commit 3fbc19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semgrep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
@@ -21,5 +21,5 @@ jobs:
2121
container:
2222
image: returntocorp/semgrep
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- run: semgrep ci

0 commit comments

Comments
 (0)