mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-05 22:05:11 +00:00
🔄 Synced local '.github/workflows/' with remote 'config/workflows/'
Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
This commit is contained in:
parent
d4653c2526
commit
9efb114abd
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user