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
# For most projects, this workflow file will not need changing; you simply need
2
+
# to commit it to your repository.
3
+
#
4
+
# You may wish to alter this file to override the set of languages analyzed,
5
+
# or to provide custom queries or build logic.
6
+
#
7
+
# ******** NOTE ********
8
+
# We have attempted to detect the languages in your repository. Please check
9
+
# the `language` matrix defined below to confirm you have the correct set of
10
+
# supported CodeQL languages.
11
+
#
1
12
name: "CodeQL"
2
13
3
14
on:
@@ -17,38 +28,38 @@ jobs:
17
28
fail-fast: false
18
29
19
30
steps:
20
-
- name: Checkout repository
21
-
uses: actions/checkout@v5
31
+
- name: Checkout repository
32
+
uses: actions/checkout@v5
22
33
23
-
# Initializes the CodeQL tools for scanning.
24
-
- name: Initialize CodeQL
25
-
uses: github/codeql-action/init@v4
26
-
with:
27
-
languages: java
28
-
# If you wish to specify custom queries, you can do so here or in a config file.
29
-
# By default, queries listed here will override any specified in a config file.
30
-
# Prefix the list here with "+" to use these queries and those in the config file.
34
+
# Initializes the CodeQL tools for scanning.
35
+
- name: Initialize CodeQL
36
+
uses: github/codeql-action/init@v4
37
+
with:
38
+
languages: java
39
+
# If you wish to specify custom queries, you can do so here or in a config file.
40
+
# By default, queries listed here will override any specified in a config file.
41
+
# Prefix the list here with "+" to use these queries and those in the config file.
31
42
32
-
# 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
33
-
# queries: security-extended,security-and-quality
43
+
# 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
44
+
# queries: security-extended,security-and-quality
34
45
35
46
36
-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
37
-
# If this step fails, then you should remove it and run the build manually (see below)
38
-
- name: Autobuild
39
-
uses: github/codeql-action/autobuild@v4
47
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
48
+
# If this step fails, then you should remove it and run the build manually (see below)
49
+
- name: Autobuild
50
+
uses: github/codeql-action/autobuild@v4
40
51
41
-
# ℹ️ Command-line programs to run using the OS shell.
42
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
52
+
# ℹ️ Command-line programs to run using the OS shell.
53
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
43
54
44
-
# If the Autobuild fails above, remove it and uncomment the following three lines.
45
-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
55
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
56
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments