mirror of
https://github.com/step-security/harden-runner.git
synced 2026-06-08 12:17:07 +00:00
Update markdown
This commit is contained in:
parent
ddd6620b25
commit
7c994b37b5
7 changed files with 11 additions and 11 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -2929,8 +2929,8 @@ function addSummary() {
|
|||
tableEntries = tableEntries.slice(0, 3);
|
||||
yield core.summary.addRaw(`
|
||||
<blockquote>
|
||||
<p>Preview of the GitHub Actions Security Report for this workflow run.</p></blockquote>
|
||||
<h3>Network Events</h3>
|
||||
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
|
||||
<h3>Network Calls</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/post/index.js
vendored
4
dist/post/index.js
vendored
|
|
@ -2929,8 +2929,8 @@ function addSummary() {
|
|||
tableEntries = tableEntries.slice(0, 3);
|
||||
yield core.summary.addRaw(`
|
||||
<blockquote>
|
||||
<p>Preview of the GitHub Actions Security Report for this workflow run.</p></blockquote>
|
||||
<h3>Network Events</h3>
|
||||
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
|
||||
<h3>Network Calls</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/pre/index.js
vendored
4
dist/pre/index.js
vendored
|
|
@ -71339,8 +71339,8 @@ function addSummary() {
|
|||
tableEntries = tableEntries.slice(0, 3);
|
||||
yield core.summary.addRaw(`
|
||||
<blockquote>
|
||||
<p>Preview of the GitHub Actions Security Report for this workflow run.</p></blockquote>
|
||||
<h3>Network Events</h3>
|
||||
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
|
||||
<h3>Network Calls</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -119,8 +119,8 @@ export async function addSummary() {
|
|||
|
||||
await core.summary.addRaw(`
|
||||
<blockquote>
|
||||
<p>Preview of the GitHub Actions Security Report for this workflow run.</p></blockquote>
|
||||
<h3>Network Events</h3>
|
||||
<p>Preview of the outbound network calls during this workflow run.</p></blockquote>
|
||||
<h3>Network Calls</h3>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue