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
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
+
# 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
53
+
# queries: security-extended,security-and-quality
54
+
55
+
56
+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
51
57
# If this step fails, then you should remove it and run the build manually (see below)
52
58
- name: Autobuild
53
-
uses: github/codeql-action/autobuild@v1
59
+
uses: github/codeql-action/autobuild@v2
54
60
55
61
# ℹ️ Command-line programs to run using the OS shell.
56
-
# 📚 https://git.io/JvXDl
62
+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
57
63
58
-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
59
-
# and modify them (or add more) to build your code if your project
60
-
# uses a compiled language
64
+
# If the Autobuild fails above, remove it and uncomment the following three lines.
65
+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
0 commit comments