Skip to content

Commit

Permalink
Use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsh-coder committed Nov 13, 2023
1 parent 2750bff commit 987bde6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>`);

Expand Down

0 comments on commit 987bde6

Please sign in to comment.