Skip to content

Commit 6e26dad

Browse files
fix: update GitHub Actions Runner images (#7379)
1 parent 1671bf1 commit 6e26dad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/security.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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
@@ -72,7 +72,7 @@ jobs:
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

.github/workflows/trivy-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ concurrency:
4444

4545
jobs:
4646
trivy-scan-image:
47-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-22.04
4848

4949
steps:
5050
- name: Checkout code

0 commit comments

Comments
 (0)