Add docs link to snapshot warnings

This commit is contained in:
Justin Holguín
2023-09-06 19:07:18 +00:00
committed by GitHub
parent e81e6e582f
commit fcef41f1e0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ export function addSnapshotWarnings(warnings: string): void {
core.summary.addHeading('Snapshot Warnings', 2)
core.summary.addQuote(`${icons.warning}: ${warnings}`)
core.summary.addRaw(
'Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.'
'Re-running this action after a short time may resolve the issue. See <a href="https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#best-practices-for-using-the-dependency-review-api-and-the-dependency-submission-api-together">the documentation</a> for more information and troubleshooting advice.'
)
}