Merge pull request #2624 from nextcloud/repo-sync/android-config/master

🔄 Synced file(s) with nextcloud/android-config
This commit is contained in:
Andy Scherzinger 2022-12-14 20:09:44 +01:00 committed by GitHub
commit b7c7cf63b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
# synced from @nextcloud/android-config
name: "CodeQL"
on:
@ -26,6 +27,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set Swap Space
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c #v1.0
with:
swap-size-gb: 10
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with: