From c42d204e097f552b97facbda67f8782225579219 Mon Sep 17 00:00:00 2001 From: mikereiche Date: Wed, 25 Oct 2023 15:39:44 -0700 Subject: [PATCH] Disable local and remote build cache for codeQL. Closes #1858. --- .github/workflows/codeql.yml | 4 +++- .mvn/gradle-enterprise.xml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ecab23c37..e0eaf1c70 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,4 @@ -name: "CodeQL" +nma;ame: "CodeQL" on: push: @@ -56,6 +56,8 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild uses: github/codeql-action/autobuild@v2 + with: + debug: true # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml index c24406314..111c70434 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/gradle-enterprise.xml @@ -15,7 +15,7 @@ - true + false @@ -24,7 +24,7 @@ ${env.DEVELOCITY_CACHE_PASSWORD} - true + false #{env['DEVELOCITY_CACHE_USERNAME'] != null and env['DEVELOCITY_CACHE_PASSWORD'] != null}