Include "Linux" in diagnostic name and message

This commit is contained in:
Michael B. Gale 2024-04-12 14:01:43 +01:00
parent 1ac88f37c7
commit 93f93fc2ad
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 5 additions and 5 deletions

View file

@ -386,10 +386,10 @@ async function run() {
Language.go,
makeDiagnostic(
"go/workflow/file-program-unavailable",
"The `file` program is required, but does not appear to be installed",
"The `file` program is required on Linux, but does not appear to be installed",
{
markdownMessage:
"CodeQL was unable to find the `file` program on this system. Ensure that the `file` program is installed on the runner and accessible.",
"CodeQL was unable to find the `file` program on this system. Ensure that the `file` program is installed on Linux runners and accessible.",
visibility: {
statusPage: true,
telemetry: true,