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

`);