There was an error while loading. Please reload this page.
1 parent dcb68ea commit 397660cCopy full SHA for 397660c
1 file changed
.github/workflows/codeql.yml
@@ -49,7 +49,8 @@ jobs:
49
uses: github/codeql-action/init@v4
50
with:
51
languages: ${{ matrix.language }}
52
- build-mode: ${{ matrix.language == 'cpp' && 'manual' || 'none' }}
+ build-mode: none
53
+ trap-caching: false
54
# If you wish to specify custom queries, you can do so here or in a config file.
55
# By default, queries listed here will override any specified in a config file.
56
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments