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/callable.code-analysis.codeql.yml
+31-30Lines changed: 31 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -19,37 +19,38 @@ jobs:
19
19
security-events: write
20
20
21
21
steps:
22
-
- name: Checkout repository
23
-
uses: actions/checkout@v4
22
+
- name: Checkout repository
23
+
uses: actions/checkout@v4
24
24
25
-
# Initializes the CodeQL tools for scanning.
26
-
- name: Initialize CodeQL
27
-
uses: github/codeql-action/init@v2
28
-
with:
29
-
languages: java
30
-
# If you wish to specify custom queries, you can do so here or in a config file.
31
-
# By default, queries listed here will override any specified in a config file.
32
-
# Prefix the list here with "+" to use these queries and those in the config file.
25
+
# Initializes the CodeQL tools for scanning.
26
+
- name: Initialize CodeQL
27
+
uses: github/codeql-action/init@v2
28
+
with:
29
+
languages: java
30
+
# If you wish to specify custom queries, you can do so here or in a config file.
31
+
# By default, queries listed here will override any specified in a config file.
32
+
# Prefix the list here with "+" to use these queries and those in the config file.
33
33
34
-
# 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
35
-
# queries: security-extended,security-and-quality
36
-
queries: security-extended,security-and-quality
34
+
# 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
0 commit comments