Skip to content

Commit 7c7be59

Browse files
authored
daily static source code analysis (#99)
1 parent 2264fd5 commit 7c7be59

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/codeql-analysis.yml

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
121
name: "CodeQL"
132

143
on:
154
push:
165
branches: [ "main" ]
176
pull_request:
18-
# The branches below must be a subset of the branches above
197
branches: [ "main" ]
208
schedule:
21-
- cron: '26 20 * * 0'
9+
- cron: '26 20 * * *'
2210

2311
jobs:
2412
analyze:
@@ -33,8 +21,6 @@ jobs:
3321
fail-fast: false
3422
matrix:
3523
language: [ 'python' ]
36-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
37-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3824

3925
steps:
4026
- name: Checkout repository

0 commit comments

Comments
 (0)