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-analysis.yml
+27-27Lines changed: 27 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -33,36 +33,36 @@ jobs:
33
33
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
34
34
35
35
steps:
36
-
- name: Checkout repository
37
-
uses: actions/checkout@v3
36
+
- name: Checkout repository
37
+
uses: actions/checkout@v3
38
38
39
-
# Initializes the CodeQL tools for scanning.
40
-
- name: Initialize CodeQL
41
-
uses: github/codeql-action/init@v2
42
-
with:
43
-
languages: ${{ matrix.language }}
44
-
# If you wish to specify custom queries, you can do so here or in a config file.
45
-
# By default, queries listed here will override any specified in a config file.
46
-
# Prefix the list here with "+" to use these queries and those in the config file.
47
-
48
-
# 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
49
-
# queries: security-extended,security-and-quality
39
+
# Initializes the CodeQL tools for scanning.
40
+
- name: Initialize CodeQL
41
+
uses: github/codeql-action/init@v2
42
+
with:
43
+
languages: ${{ matrix.language }}
44
+
# If you wish to specify custom queries, you can do so here or in a config file.
45
+
# By default, queries listed here will override any specified in a config file.
46
+
# Prefix the list here with "+" to use these queries and those in the config file.
50
47
51
-
52
-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53
-
# If this step fails, then you should remove it and run the build manually (see below)
54
-
- name: Autobuild
55
-
uses: github/codeql-action/autobuild@v2
48
+
# 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
49
+
# queries: security-extended,security-and-quality
56
50
57
-
# ℹ️ Command-line programs to run using the OS shell.
58
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
59
51
60
-
# If the Autobuild fails above, remove it and uncomment the following three lines.
61
-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
52
+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53
+
# If this step fails, then you should remove it and run the build manually (see below)
54
+
- name: Autobuild
55
+
uses: github/codeql-action/autobuild@v2
62
56
63
-
# - run: |
64
-
# echo "Run, Build Application using script"
65
-
# ./location_of_script_within_repo/buildscript.sh
57
+
# ℹ️ Command-line programs to run using the OS shell.
58
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
66
59
67
-
- name: Perform CodeQL Analysis
68
-
uses: github/codeql-action/analyze@v2
60
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
61
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments