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 de80e57 commit dc2a880Copy full SHA for dc2a880
.github/workflows/codeql.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: ["master"]
+ branches: ["main", "v2"]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
+ branches: ["main", "v2]
20
schedule:
21
- cron: "0 0 * * 1"
22
@@ -63,4 +63,4 @@ jobs:
63
- name: Perform CodeQL Analysis
64
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
65
with:
66
- category: "/language:javascript"
+ category: "/language:javascript"
0 commit comments