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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornextcloud-android-bot <android@nextcloud.com>2024-01-24 05:42:11 +0300
committernextcloud-android-bot <android@nextcloud.com>2024-01-24 05:42:11 +0300
commitaf2e778e0d8a886369a6b3f368225153d7268cef (patch)
tree616624ea424caf5c715f35ad5115b6994a3c4b89
parentb0248e605a52cfb06d017e550d3433713b42173f (diff)
🔄 synced local '.github/workflows/' with remote 'config/workflows/'repo-sync/android-config/main
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
-rw-r--r--.github/workflows/codeql.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 84bca41d..47d28326 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -38,12 +38,12 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
- distribution: 'temurin'
- java-version: '17'
+ distribution: "temurin"
+ java-version: 17
- name: Assemble
run: |
mkdir -p "$HOME/.gradle"
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
- ./gradlew assembleDebug --no-configuration-cache
+ ./gradlew assembleDebug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1