diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-17 08:57:57 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-17 08:57:57 +0100 |
commit | cefcffffe0a4a28e10f2f383032b2bf3bc8627db (patch) | |
tree | 694e53652b8416dfd6d382bee62e42104df1c562 /.github/workflows/codeql.yml | |
parent | 483f83215d763134123ec6613c22e13b09726641 (diff) | |
download | vyatta-cfg-cefcffffe0a4a28e10f2f383032b2bf3bc8627db.tar.gz vyatta-cfg-cefcffffe0a4a28e10f2f383032b2bf3bc8627db.zip |
GitHub: update workflows
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a41bb05..c39800a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -13,12 +13,12 @@ name: "CodeQL" on: push: - branches: [ "current" ] + branches: [ "current", crux, equuleus ] pull_request: # The branches below must be a subset of the branches above branches: [ "current" ] schedule: - - cron: '25 6 * * 2' + - cron: '22 10 * * 0' jobs: analyze: @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'cpp' ] + language: [ 'python' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support |