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 15e9e5d commit b5f2a9aCopy full SHA for b5f2a9a
.github/workflows/codeql-analysis.yml
@@ -4,11 +4,7 @@
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
-#
+
12
name: "CodeQL"
13
14
on:
@@ -17,8 +13,6 @@ on:
17
pull_request:
18
# The branches below must be a subset of the branches above
19
15
branches: [ master ]
20
- schedule:
21
- - cron: '37 18 * * 6'
22
16
23
jobs:
24
analyze:
0 commit comments