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
# If you wish to specify custom queries, you can do so here or in a config file.
51
-
# By default, queries listed here will override any specified in a config file.
52
-
# Prefix the list here with "+" to use these queries and those in the config file.
58
+
# Initializes the CodeQL tools for scanning.
59
+
- name: Initialize CodeQL
60
+
uses: github/codeql-action/init@v3
61
+
with:
62
+
languages: ${{ matrix.language }}
63
+
# yamllint disable rule:line-length
53
64
54
-
# 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
55
-
# queries: security-extended,security-and-quality
65
+
# If you wish to specify custom queries, you can do so here or in a config file.
66
+
# By default, queries listed here will override any specified in a config file.
67
+
# Prefix the list here with "+" to use these queries and those in the config file.
56
68
69
+
# 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
70
+
# queries: security-extended,security-and-quality
71
+
# yamllint enable rule:line-length
57
72
58
-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
59
-
# If this step fails, then you should remove it and run the build manually (see below)
60
-
- name: Autobuild
61
-
uses: github/codeql-action/autobuild@v3
73
+
# yamllint disable rule:line-length
74
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
75
+
# If this step fails, then you should remove it and run the build manually (see below)
76
+
- name: Autobuild
77
+
uses: github/codeql-action/autobuild@v3
62
78
63
-
# ℹ️ Command-line programs to run using the OS shell.
64
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
79
+
# ℹ️ Command-line programs to run using the OS shell.
80
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
65
81
66
-
# If the Autobuild fails above, remove it and uncomment the following three lines.
67
-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
82
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
83
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments