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:
Jianfeng Xiang 2026-06-05 13:19:14 +08:00 committed by GitHub
commit 75fbf01830
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
matrix: matrix:
include: include:
- language: c-cpp - language: c-cpp
build-mode: autobuild build-mode: none
- language: python - language: python
build-mode: none build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift' # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'