From 987bde6ebba0f80df406d35e74be7c806cf1520f Mon Sep 17 00:00:00 2001 From: Varun Sharma Date: Mon, 13 Nov 2023 13:08:25 -0800 Subject: [PATCH] Use node20 --- action.yml | 2 +- src/common.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index a46acb70..f29a2dcc 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ branding: icon: "check-square" color: "green" runs: - using: "node16" + using: "node20" pre: "dist/pre/index.js" main: "dist/index.js" post: "dist/post/index.js" diff --git a/src/common.ts b/src/common.ts index 0fff6849..b401b7a0 100644 --- a/src/common.ts +++ b/src/common.ts @@ -101,7 +101,7 @@ export async function addSummary() { return; } - const insightsRow = `

📄 View Full GitHub Actions Security Report & Recommendations

`; + const insightsRow = `

📄 View Full Report

`; await core.summary.addSeparator().addRaw(`

🛡 StepSecurity Report

`);