Skip to content

Commit a5a682c

Browse files
committed
Minor tweaks
1 parent f6af0d2 commit a5a682c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ name: "CodeQL Analysis"
22

33
on:
44
push:
5-
branches:
6-
- main
7-
- master
85
pull_request:
96
schedule:
10-
- cron: "0 0 * * 1"
11-
7+
- cron: '31 0 * * 1'
128
permissions:
139
contents: read
1410
security-events: write
@@ -36,9 +32,6 @@ jobs:
3632
languages: ${{ matrix.language }}
3733
build-mode: none
3834

39-
- name: Perform CodeQL Autobuild
40-
uses: github/codeql-action/autobuild@v3
41-
4235
- name: Run CodeQL Analysis
4336
uses: github/codeql-action/analyze@v3
4437
with:

0 commit comments

Comments
 (0)