File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4343 permissions :
4444 contents : read # for actions/checkout to fetch code
4545 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
46- runs-on : ubuntu-20 .04
46+ runs-on : ubuntu-22 .04
4747 steps :
4848 - name : Checkout repo
4949 uses : actions/checkout@v4
7272 contents : read # for actions/checkout to fetch code
7373 security-events : write # for github/codeql-action/autobuild to send a status report
7474 name : Analyze with CodeQL
75- runs-on : ubuntu-20 .04
75+ runs-on : ubuntu-22 .04
7676
7777 steps :
7878 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ concurrency:
4444
4545jobs :
4646 trivy-scan-image :
47- runs-on : ubuntu-20 .04
47+ runs-on : ubuntu-22 .04
4848
4949 steps :
5050 - name : Checkout code
You can’t perform that action at this time.
0 commit comments