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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
13
13
14
14
on:
15
15
push:
16
-
branches: [ "master" ]
16
+
branches: [ "master", "development" ]
17
17
pull_request:
18
-
branches: [ "master" ]
18
+
branches: [ "master" , "development" ]
19
19
schedule:
20
20
- cron: '30 13 * * 1'
21
21
@@ -60,7 +60,7 @@ jobs:
60
60
61
61
# Initializes the CodeQL tools for scanning.
62
62
- name: Initialize CodeQL
63
-
uses: github/codeql-action/init@v3
63
+
uses: github/codeql-action/init@v4
64
64
with:
65
65
languages: ${{ matrix.language }}
66
66
build-mode: ${{ matrix.build-mode }}
@@ -70,6 +70,7 @@ jobs:
70
70
71
71
# For more 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
72
72
# queries: security-extended,security-and-quality
73
+
queries: security-and-quality
73
74
74
75
# If the analyze step fails for one of the languages you are analyzing with
75
76
# "We were unable to automatically build your code", modify the matrix above
0 commit comments