Skip to content

Commit 3a54cc3

Browse files
replace 20.04 in maven sca example gha workflow (#2018)
1 parent b74889a commit 3a54cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/semgrep-supply-chain/setup-maven.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
semgrep:
148148
needs: buildmavenDepTree
149149
name: Scan
150-
runs-on: ubuntu-20.04
150+
runs-on: ubuntu-latest
151151
env:
152152
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
153153
container:

0 commit comments

Comments
 (0)