Skip to content

Commit f5203ef

Browse files
authored
Merge pull request #296 from stochasticai/marcos/fix_semgrep
ci: update Semgrep workflow to use Ubuntu 24.04
2 parents fe1ff88 + c50a135 commit f5203ef

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)