You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,6 @@ name: "CodeQL"
14
14
on:
15
15
push:
16
16
branches: [ "main" ]
17
-
pull_request:
18
-
# The branches below must be a subset of the branches above
19
-
branches: [ "main" ]
20
17
schedule:
21
18
- cron: '20 15 * * 5'
22
19
@@ -57,7 +54,7 @@ jobs:
57
54
58
55
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
0 commit comments