diff options
author | Jan Wagner <waja@cyconet.org> | 2023-06-28 13:40:02 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2023-06-28 13:57:07 (GMT) |
commit | dee6b03307c599b0cf74bc7fa3714b1335156aed (patch) | |
tree | c3af63f6cd168c9dc54a3e3e301446734997da93 /.github | |
parent | 73d79c2982478d43e8c63dccc3e54421272e2cbd (diff) | |
download | monitoring-plugins-dee6b03307c599b0cf74bc7fa3714b1335156aed.tar.gz |
Fix too many spaces inside bracketsrefs/pull/1893/head
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4fac703..43b35d3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml | |||
@@ -14,10 +14,10 @@ name: "CodeQL" | |||
14 | 14 | ||
15 | on: | 15 | on: |
16 | push: | 16 | push: |
17 | branches: [ master ] | 17 | branches: [master] |
18 | pull_request: | 18 | pull_request: |
19 | # The branches below must be a subset of the branches above | 19 | # The branches below must be a subset of the branches above |
20 | branches: [ master ] | 20 | branches: [master] |
21 | schedule: | 21 | schedule: |
22 | - cron: '15 18 * * 0' | 22 | - cron: '15 18 * * 0' |
23 | 23 | ||
@@ -33,7 +33,7 @@ jobs: | |||
33 | strategy: | 33 | strategy: |
34 | fail-fast: false | 34 | fail-fast: false |
35 | matrix: | 35 | matrix: |
36 | language: [ 'cpp' ] | 36 | language: ['cpp'] |
37 | # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] | 37 | # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] |
38 | # Learn more: | 38 | # Learn more: |
39 | # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed | 39 | # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed |