Skip to content

Commit 16c8b4f

Browse files
Change CodeQL build mode and enable caching
1 parent 3b4ecf5 commit 16c8b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
languages: ${{ matrix.language }}
3939
queries: +security-and-quality
40-
build-mode: autobuild
41-
dependency-caching: false
40+
build-mode: none
41+
dependency-caching: true
4242

4343
# Autobuild attempts to build any compiled languages (Java, C#, Go, etc.)
4444
# If this step fails, remove it and run the build manually instead

0 commit comments

Comments
 (0)