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 43
43
permissions :
44
44
contents : read # for actions/checkout to fetch code
45
45
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
47
47
steps :
48
48
- name : Checkout repo
49
49
uses : actions/checkout@v4
72
72
contents : read # for actions/checkout to fetch code
73
73
security-events : write # for github/codeql-action/autobuild to send a status report
74
74
name : Analyze with CodeQL
75
- runs-on : ubuntu-20 .04
75
+ runs-on : ubuntu-22 .04
76
76
77
77
steps :
78
78
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ concurrency:
44
44
45
45
jobs :
46
46
trivy-scan-image :
47
- runs-on : ubuntu-20 .04
47
+ runs-on : ubuntu-22 .04
48
48
49
49
steps :
50
50
- name : Checkout code
You can’t perform that action at this time.
0 commit comments