Skip to content

Commit 2d8345c

Browse files
Update codeql.yml
1 parent 673e5dc commit 2d8345c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
branches: [ "main" ]
1919
schedule:
20-
- cron: '42 9 * * 2'
20+
- cron: '0 0 * * 0'
2121

2222
jobs:
2323
analyze:
@@ -63,6 +63,13 @@ jobs:
6363
with:
6464
languages: ${{ matrix.language }}
6565
build-mode: ${{ matrix.build-mode }}
66+
67+
- name: Autobuild
68+
uses: github/codeql-action/autobuild@v2
69+
70+
- name: Perform CodeQL Analysis
71+
uses: github/codeql-action/analyze@v2
72+
6673
# If you wish to specify custom queries, you can do so here or in a config file.
6774
# By default, queries listed here will override any specified in a config file.
6875
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)