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
# Use only 'java' to analyze code written in Java, Kotlin or both
57
57
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
58
58
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
59
59
60
60
steps:
61
-
- name: Checkout repository
62
-
uses: actions/checkout@v4
61
+
- name: Checkout repository
62
+
uses: actions/checkout@v4
63
63
64
-
# Initializes the CodeQL tools for scanning.
65
-
- name: Initialize CodeQL
66
-
uses: github/codeql-action/init@v3
67
-
with:
68
-
languages: ${{ matrix.language }}
69
-
# If you wish to specify custom queries, you can do so here or in a config file.
70
-
# By default, queries listed here will override any specified in a config file.
71
-
# Prefix the list here with "+" to use these queries and those in the config file.
64
+
# Initializes the CodeQL tools for scanning.
65
+
- name: Initialize CodeQL
66
+
uses: github/codeql-action/init@v3
67
+
with:
68
+
languages: ${{ matrix.language }}
69
+
# If you wish to specify custom queries, you can do so here or in a config file.
70
+
# By default, queries listed here will override any specified in a config file.
71
+
# Prefix the list here with "+" to use these queries and those in the config file.
72
72
73
-
# 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
74
-
# queries: security-extended,security-and-quality
73
+
# 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
74
+
# queries: security-extended,security-and-quality
75
75
76
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
77
+
# If this step fails, then you should remove it and run the build manually (see below)
78
+
- name: Autobuild
79
+
if: matrix.language != 'cpp'
80
+
uses: github/codeql-action/autobuild@v3
76
81
77
-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
78
-
# If this step fails, then you should remove it and run the build manually (see below)
79
-
- name: Autobuild
80
-
if: matrix.language != 'cpp'
81
-
uses: github/codeql-action/autobuild@v3
82
+
# ℹ️ Command-line programs to run using the OS shell.
83
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
82
84
83
-
# ℹ️ Command-line programs to run using the OS shell.
84
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments