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