Skip to content

Commit

Permalink
Fix codeql cpp missing result
Browse files Browse the repository at this point in the history
  • Loading branch information
HTHou authored Sep 20, 2024
1 parent 8438467 commit 1686cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'c-cpp' && 'windows-latest') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'c-cpp' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ 360 }}
permissions:
# required for all workflows
Expand All @@ -45,7 +45,7 @@ jobs:
matrix:
include:
- language: c-cpp
build-mode: manual
build-mode: autobuild
- language: java-kotlin
build-mode: none # This mode only analyzes Java. Set this to 'autobuild' or 'manual' to analyze Kotlin too.
- language: python
Expand Down

0 comments on commit 1686cff

Please sign in to comment.