Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Commit 61f693f

Browse files
committed
codeql should tracks the main branch
1 parent 4c63f9b commit 61f693f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches: [ "main" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ "main" ]
2020
schedule:
2121
- cron: '24 16 * * 1'
2222

@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v2
70+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)