Skip to content

Commit

Permalink
update to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
s-santillan committed Feb 14, 2025
1 parent 41829d7 commit 03f8294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/kb/semgrep-supply-chain/ssc-python-lockfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
my_second_job:
needs: my_first_job
name: Scan
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
Expand Down
2 changes: 1 addition & 1 deletion docs/semgrep-supply-chain/setup-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
semgrep:
needs: buildmavenDepTree
name: Scan
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting/semgrep-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ on:
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
Expand Down

0 comments on commit 03f8294

Please sign in to comment.