Skip to content

Commit 94f3e9b

Browse files
mbghenrymercer
andcommitted
Apply suggestions from code review
Co-authored-by: Henry Mercer <[email protected]>
1 parent 3b2fee4 commit 94f3e9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/analyze-action.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/analyze-action.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/analyze-action.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ async function run() {
255255
"Go was installed after the `codeql-action/init` Action was run",
256256
{
257257
plaintextMessage:
258-
"To avoid interfering with the CodeQL analysis after the `codeql-action/init` Action is run, you should perform all installation steps beforehand.",
258+
"To avoid interfering with the CodeQL analysis, perform all installation steps before calling the `github/codeql-action/init` Action.",
259259
visibility: {
260260
statusPage: true,
261261
telemetry: true,

0 commit comments

Comments
 (0)