Use node20

This commit is contained in:
Varun Sharma 2023-11-13 13:08:25 -08:00
commit 987bde6ebb
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -101,7 +101,7 @@ export async function addSummary() {
return;
}
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full GitHub Actions Security Report & Recommendations</a></b></p>`;
const insightsRow = `<p><b><a href="${insights_url}">📄 View Full Report</a></b></p>`;
await core.summary.addSeparator().addRaw(`<h2>🛡 StepSecurity Report</h2>`);