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