Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2022-06-09 13:43:47 +0300
committertobiasKaminsky <tobias@kaminsky.me>2022-06-09 14:23:31 +0300
commit3c402cd3819861bb66b7cf4a16e6101cd41ee560 (patch)
tree18b8e7f79fd6eb5ff2f18fc31b55c27dd682e5f0 /.github
parentb7a464713fd9a568cf31eedc1e7945ad42282a46 (diff)
Update .github/workflows/codeql.yml
Co-authored-by: Álvaro Brey <alvaro.brey@nextcloud.com> Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 446d96f55..b5e92863c 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -13,7 +13,7 @@ name: "CodeQL"
on:
push:
- branches: [ "master", stable-[0-9][0-9]* ]
+ branches: [ "master", "stable-[0-9][0-9]*" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- language: [ 'java', 'python', 'ruby' ]
+ language: [ 'java' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
@@ -48,12 +48,12 @@ jobs:
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
-
- # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
+
+ # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
-
- # Build
+
+ # Build
- name: Set up JDK 11
uses: actions/setup-java@v2
with: