We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673e5dc commit 2d8345cCopy full SHA for 2d8345c
.github/workflows/codeql.yml
@@ -17,7 +17,7 @@ on:
17
pull_request:
18
branches: [ "main" ]
19
schedule:
20
- - cron: '42 9 * * 2'
+ - cron: '0 0 * * 0'
21
22
jobs:
23
analyze:
@@ -63,6 +63,13 @@ jobs:
63
with:
64
languages: ${{ matrix.language }}
65
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
73
# If you wish to specify custom queries, you can do so here or in a config file.
74
# By default, queries listed here will override any specified in a config file.
75
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments