Apply suggestions from code review

Co-authored-by: Henry Mercer <henry.mercer@me.com>
This commit is contained in:
Michael B. Gale 2023-10-05 14:26:30 +01:00
parent 3b2fee487e
commit 94f3e9b563
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
3 changed files with 3 additions and 3 deletions

View file

@ -255,7 +255,7 @@ async function run() {
"Go was installed after the `codeql-action/init` Action was run",
{
plaintextMessage:
"To avoid interfering with the CodeQL analysis after the `codeql-action/init` Action is run, you should perform all installation steps beforehand.",
"To avoid interfering with the CodeQL analysis, perform all installation steps before calling the `github/codeql-action/init` Action.",
visibility: {
statusPage: true,
telemetry: true,