mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 00:14:08 +01:00
fix: update GitHub Actions Runner images (#7379)
This commit is contained in:
parent
1671bf1c18
commit
6e26dad1b1
2 changed files with 3 additions and 3 deletions
4
.github/workflows/security.yaml
vendored
4
.github/workflows/security.yaml
vendored
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
permissions:
|
||||
contents: read # for actions/checkout to fetch code
|
||||
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
contents: read # for actions/checkout to fetch code
|
||||
security-events: write # for github/codeql-action/autobuild to send a status report
|
||||
name: Analyze with CodeQL
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
|||
2
.github/workflows/trivy-docker.yaml
vendored
2
.github/workflows/trivy-docker.yaml
vendored
|
|
@ -44,7 +44,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
trivy-scan-image:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
Loading…
Reference in a new issue