mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-08 06:17:07 +00:00
Use node20
This commit is contained in:
parent
2750bff0ce
commit
987bde6ebb
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>`);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue