Skip to content

Commit b4fe005

Browse files
committed
fix: run CodeQL workflow on ubuntu-22.04 re-enable agent scan
1 parent cc7e3f8 commit b4fe005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# - https://gh.io/supported-runners-and-hardware-resources
1717
# - https://gh.io/using-larger-runners
1818
# Consider using larger runners for possible analysis time improvements.
19-
runs-on: 'ubuntu-latest'
19+
runs-on: 'ubuntu-22.04'
2020
timeout-minutes: 360
2121
permissions:
2222
# required for all workflows
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
language: [ 'go' ]
32+
language: [ 'c-cpp', 'go' ]
3333
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3434

3535
steps:

0 commit comments

Comments
 (0)