We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b242307 commit 1bf27c2Copy full SHA for 1bf27c2
.github/workflows/codeql-analysis.yml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
analyze:
18
name: Analyze
19
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
20
permissions:
21
actions: read
22
contents: read
azure-pipelines.yml
@@ -13,7 +13,7 @@ jobs:
13
parameters:
14
arch: amd64
15
pool:
- vmImage: 'ubuntu-20.04'
+ vmImage: 'ubuntu-24.04'
codeCoverage: true
containerImage: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm:latest
- template: .azure-pipelines/build.yml
0 commit comments