πŸ”„ Synced local '.github/workflows/' with remote 'config/workflows/'

Signed-off-by: nextcloud-android-bot <android@nextcloud.com>
This commit is contained in:
nextcloud-android-bot 2022-07-21 11:57:15 +00:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 75701a56ab
ΠšΠΎΠΌΠΌΠΈΡ‚ 5e8388f636
2 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 3 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 3 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

4
.github/workflows/codeql.yml поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -2,9 +2,9 @@ name: "CodeQL"
on:
push:
branches: [ "master", "stable-*" ]
branches: [ "master", "main", "stable-*" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "main" ]
schedule:
- cron: '24 18 * * 3'

2
.github/workflows/detectNewJavaFiles.yml поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -2,7 +2,7 @@ name: "Detect new java files"
on:
pull_request:
branches: [ master, stable-* ]
branches: [ master, main, stable-* ]
permissions: read-all