Skip to content

Commit c50a135

Browse files
ci: update Semgrep workflow to use Ubuntu 24.04
1 parent fe1ff88 commit c50a135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Semgrep
1414
jobs:
1515
semgrep:
1616
name: semgrep/ci
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
env:
1919
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
2020
container:

0 commit comments

Comments
 (0)