From fbf4464e3b4246c7cc333fd026175a83958ac2d3 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Thu, 19 Oct 2023 21:21:45 -0400 Subject: [PATCH] Update analysis URL Signed-off-by: Brett Logan --- verify-codeql-usage/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify-codeql-usage/index.js b/verify-codeql-usage/index.js index 78d39c98..5778d95f 100644 --- a/verify-codeql-usage/index.js +++ b/verify-codeql-usage/index.js @@ -55,7 +55,7 @@ const main = async () => { core.setFailed(`No CodeQL analyses found, please refer to OIS guidance for configuring CodeQL: https://department-of-veterans-affairs.github.io/ois-swa-wiki/docs/ghas/codeql-usage`) process.exit(1) } - core.info(`Found CodeQL analysis: ${analyses[0].html_url}`) + core.info(`Found CodeQL analysis: ${analyses[0].url}`) if (!analyses[0].category.startsWith('ois')) { core.setFailed(`CodeQL analysis found, but not using OIS approved code-scanning libraries. Please refer to OIS guidance for configuring CodeQL using the OIS approved libraries: https://department-of-veterans-affairs.github.io/ois-swa-wiki/docs/ghas/codeql-usage`)