We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28e8e9 commit f66377cCopy full SHA for f66377c
.github/workflows/codeql.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches: ["main"]
6
pull_request:
7
- # The branches below must be a subset of the branches above
8
9
schedule:
10
- cron: "0 0 * * 1"
@@ -49,4 +48,4 @@ jobs:
49
48
- name: Perform CodeQL Analysis
50
uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
51
with:
52
- category: "/language:${{matrix.language}}"
+ category: "/language:${{matrix.language}}"
0 commit comments