Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 406d22140..04220e473 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -28,6 +28,6 @@ jobs:
with:
languages: java
- name: Build debug APK
- run: bash ./gradlew assembleDev --stacktrace
+ run: bash ./gradlew assembleDev --stacktrace --no-configuration-cache
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3