mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
Merge pull request #2624 from nextcloud/repo-sync/android-config/master
🔄 Synced file(s) with nextcloud/android-config
This commit is contained in:
commit
b7c7cf63b2
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# synced from @nextcloud/android-config
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -26,6 +27,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Set Swap Space
|
||||||
|
uses: pierotofy/set-swap-space@49819abfb41bd9b44fb781159c033dba90353a7c #v1.0
|
||||||
|
with:
|
||||||
|
swap-size-gb: 10
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user