We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6af0d2 commit a5a682cCopy full SHA for a5a682c
1 file changed
.github/workflows/codeql-analysis.yaml
@@ -2,13 +2,9 @@ name: "CodeQL Analysis"
2
3
on:
4
push:
5
- branches:
6
- - main
7
- - master
8
pull_request:
9
schedule:
10
- - cron: "0 0 * * 1"
11
-
+ - cron: '31 0 * * 1'
12
permissions:
13
contents: read
14
security-events: write
@@ -36,9 +32,6 @@ jobs:
36
32
languages: ${{ matrix.language }}
37
33
build-mode: none
38
34
39
- - name: Perform CodeQL Autobuild
40
- uses: github/codeql-action/autobuild@v3
41
42
35
- name: Run CodeQL Analysis
43
uses: github/codeql-action/analyze@v3
44
with:
0 commit comments