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 cc7e3f8 commit b4fe005Copy full SHA for b4fe005
.github/workflows/codeql.yml
@@ -16,7 +16,7 @@ jobs:
16
# - https://gh.io/supported-runners-and-hardware-resources
17
# - https://gh.io/using-larger-runners
18
# Consider using larger runners for possible analysis time improvements.
19
- runs-on: 'ubuntu-latest'
+ runs-on: 'ubuntu-22.04'
20
timeout-minutes: 360
21
permissions:
22
# required for all workflows
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- language: [ 'go' ]
+ language: [ 'c-cpp', 'go' ]
33
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
34
35
steps:
0 commit comments