File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626jobs :
2727 auto-approve :
2828 name : Auto approve sync
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-latest-low
3030 if : ${{ contains(github.event.pull_request.labels.*.name, 'sync') && github.actor == 'nextcloud-android-bot' }}
3131 steps :
3232 - name : Disabled on forks
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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
46+ uses : github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
4747 with :
4848 languages : ${{ matrix.language }}
4949 - name : Set up JDK 21
5757 echo "org.gradle.jvmargs=-Xmx4g -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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
60+ uses : github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ concurrency:
2020
2121jobs :
2222 detectNewJavaFiles :
23- runs-on : ubuntu-latest
23+ runs-on : ubuntu-latest-low
2424 steps :
2525 - id : file_changes
2626 uses : trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b # v1.2.4
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ permissions:
2222jobs :
2323 pr-feedback :
2424 if : ${{ github.repository_owner == 'nextcloud' }}
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-latest-low
2626 steps :
2727 - name : The get-github-handles-from-website action
2828 uses : marcelklehr/get-github-handles-from-website-action@06b2239db0a48fe1484ba0bfd966a3ab81a08308 # v1.0.1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
2525jobs :
2626 auto-approve-merge :
2727 if : github.event.pull_request.user.login == 'renovate[bot]'
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-latest-low
2929 permissions :
3030 # for hmarr/auto-approve-action to approve PRs
3131 pull-requests : write
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@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
45+ uses : github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions: read-all
1515
1616jobs :
1717 stale :
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-latest-low
1919 permissions :
2020 issues : write
2121 pull-requests : write
You canβt perform that action at this time.
0 commit comments