Skip to content

Commit 235bdca

Browse files
committedOct 5, 2023
Use markdownMessage
1 parent 94f3e9b commit 235bdca

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
@@ -254,7 +254,7 @@ async function run() {
254254
"go/workflow/go-installed-after-codeql-init",
255255
"Go was installed after the `codeql-action/init` Action was run",
256256
{
257-
plaintextMessage:
257+
markdownMessage:
258258
"To avoid interfering with the CodeQL analysis, perform all installation steps before calling the `github/codeql-action/init` Action.",
259259
visibility: {
260260
statusPage: true,

0 commit comments

Comments
 (0)
Please sign in to comment.