Merge pull request #166 from microsoft/copilot/fix-failing-github-actions-job
Fix CodeQL c-cpp analysis: switch build-mode from autobuild to none
This commit is contained in:
commit
75fbf01830
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- language: c-cpp
|
||||
build-mode: autobuild
|
||||
build-mode: none
|
||||
- language: python
|
||||
build-mode: none
|
||||
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user