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: src/setup-tracer.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ async function run() {
148
148
// If the languages parameter was not given and no languages were
149
149
// detected then fail here as this is a workflow configuration error.
150
150
if(languages.length===0){
151
-
thrownewError("Did not detect any languages to analyze. Please update input in workflow.");
151
+
thrownewError("Did not detect any languages to analyze. Please [update the languages property](https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection) in your workflow definition.");
0 commit comments