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
+3-1
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,9 @@ jobs:
70
70
71
71
# 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
72
72
# queries: security-extended,security-and-quality
73
-
73
+
74
+
- name: Autobuild
75
+
uses: github/codeql-action/autobuild@v2
74
76
# If the analyze step fails for one of the languages you are analyzing with
75
77
# "We were unable to automatically build your code", modify the matrix above
76
78
# to set the build mode to "manual" for that language. Then modify this step
0 commit comments