File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
2- SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
2+ SPDX-License-Identifier: AGPL-3.0-or-later
Original file line number Diff line number Diff line change 4343 with :
4444 swap-size-gb : 10
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
46+ uses : github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
4747 with :
4848 languages : ${{ matrix.language }}
4949 - name : Set up JDK 17
5454 - name : Assemble
5555 run : |
5656 mkdir -p "$HOME/.gradle"
57- echo "org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
57+ echo "org.gradle.jvmargs=-Xmx3g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
5858 ./gradlew --no-daemon assembleDebug
5959 - name : Perform CodeQL Analysis
60- uses : github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
60+ uses : github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
Original file line number Diff line number Diff line change 22#
33# SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
44# SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
5- # SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
5+ # SPDX-License-Identifier: AGPL-3.0-or-later
66#
77
88# # This file is intended to be sourced by other scripts
Original file line number Diff line number Diff line change 11SPDX-FileCopyrightText: 2019-2025 Nextcloud GmbH and Nextcloud contributors
2- SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
2+ SPDX-License-Identifier: AGPL-3.0-or-later
Original file line number Diff line number Diff line change 4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747 run : |
4848 mkdir -p "$HOME/.gradle"
49- echo "org.gradle.jvmargs=-Xmx6g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g" > "$HOME/.gradle/gradle.properties"
49+ echo "org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:MaxMetaspaceSize=1g" > "$HOME/.gradle/gradle.properties"
5050 echo "org.gradle.caching=true; org.gradle.parallel=true; org.gradle.configureondemand=true; kapt.incremental.apt=true" >> "$HOME/.gradle/gradle.properties"
5151 sed -i "/qa/,/\}/ s/versionCode .*/versionCode ${{github.event.number}} /" "app/build.gradle"
5252 sed -i "/qa/,/\}/ s/versionName .*/versionName \"${{github.event.number}}\"/" "app/build.gradle"
Original file line number Diff line number Diff line change 4242
4343 # Upload the results to GitHub's code scanning dashboard.
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
45+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 33#
44# SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors
55# SPDX-FileCopyrightText: 2019-2022 Tobias Kaminsky <tobias@kaminsky.me>
6- # SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
6+ # SPDX-License-Identifier: AGPL-3.0-or-later
77#
88
99# 1: LOG_USERNAME
You can’t perform that action at this time.
0 commit comments