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
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,11 +54,10 @@ jobs:
54
54
# 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
55
# queries: security-extended,security-and-quality
56
56
57
-
58
57
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
59
58
# 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@v2
59
+
#- name: Autobuild
60
+
# uses: github/codeql-action/autobuild@v2
62
61
63
62
# ℹ️ Command-line programs to run using the OS shell.
64
63
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
0 commit comments