Skip to content

Commit c42d204

Browse files
committed
Disable local and remote build cache for codeQL.
Closes #1858.
1 parent 19fddc9 commit c42d204

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL"
1+
nma;ame: "CodeQL"
22

33
on:
44
push:
@@ -56,6 +56,8 @@ jobs:
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
5858
uses: github/codeql-action/autobuild@v2
59+
with:
60+
debug: true
5961

6062
# ℹ️ Command-line programs to run using the OS shell.
6163
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

.mvn/gradle-enterprise.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</buildScan>
1616
<buildCache>
1717
<local>
18-
<enabled>true</enabled>
18+
<enabled>false</enabled>
1919
</local>
2020
<remote>
2121
<server>
@@ -24,7 +24,7 @@
2424
<password>${env.DEVELOCITY_CACHE_PASSWORD}</password>
2525
</credentials>
2626
</server>
27-
<enabled>true</enabled>
27+
<enabled>false</enabled>
2828
<storeEnabled>#{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}</storeEnabled>
2929
</remote>
3030
</buildCache>

0 commit comments

Comments
 (0)