Skip to content

Commit f55d5c9

Browse files
Merge pull request upstox#105 from upstox/semgrep-runner-update
update semgrep runner version
2 parents 871eb14 + 2a64665 commit f55d5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name: Semgrep
1515
jobs:
1616
semgrep:
1717
name: semgrep/ci
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
env:
2020
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
2121
container:
@@ -28,7 +28,7 @@ jobs:
2828
2929
approve:
3030
name: Approve PR if Semgrep passes
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
needs: semgrep
3333
steps:
3434
- name: Setup GitHub CLI

0 commit comments

Comments
 (0)