Skip to content

Commit 8a968b1

Browse files
Disable dependency caching in CodeQL analysis
1 parent 37090d9 commit 8a968b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
languages: ${{ matrix.language }}
3939
queries: +security-and-quality
4040
build-mode: autobuild
41-
dependency-caching: true
41+
dependency-caching: false
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)