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
-
#
12
1
name: "CodeQL"
13
2
14
3
on:
@@ -28,38 +17,37 @@ jobs:
28
17
fail-fast: false
29
18
30
19
steps:
31
-
- name: Checkout repository
32
-
uses: actions/checkout@v5
20
+
- name: Checkout repository
21
+
uses: actions/checkout@v5
33
22
34
-
# Initializes the CodeQL tools for scanning.
35
-
- name: Initialize CodeQL
36
-
uses: github/codeql-action/init@v4
37
-
with:
38
-
languages: ${{ matrix.language }}
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.
23
+
# Initializes the CodeQL tools for scanning.
24
+
- name: Initialize CodeQL
25
+
uses: github/codeql-action/init@v4
26
+
with:
27
+
# If you wish to specify custom queries, you can do so here or in a config file.
28
+
# By default, queries listed here will override any specified in a config file.
29
+
# Prefix the list here with "+" to use these queries and those in the config file.
42
30
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
31
+
# 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
32
+
# queries: security-extended,security-and-quality
45
33
46
34
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
35
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
36
+
# If this step fails, then you should remove it and run the build manually (see below)
37
+
- name: Autobuild
38
+
uses: github/codeql-action/autobuild@v4
51
39
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
40
+
# ℹ️ Command-line programs to run using the OS shell.
41
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
54
42
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.
43
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
44
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments