diff options
| -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 4fac7032..43b35d31 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 |
