Skip to content

Commit e63da9a

Browse files
authored
Merge pull request #1000 from actions/ahpook/deprecation-redux
2 parents 56339e5 + 71365c7 commit e63da9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/summary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export function addSummaryToSummary(
112112

113113
function addDenyListsDeprecationWarningToSummary(): void {
114114
core.summary.addRaw(
115-
`${icons.warning} <strong>Deprecation Warning</strong>: The <em>deny-licenses</em> option is deprecated for possible removal in the next major release. For more information, see actions/dependency-review-action/issues/938.`,
115+
`${icons.warning} <strong>Deprecation Warning</strong>: The <em>deny-licenses</em> option is deprecated for possible removal in the next major release. For more information, see issue 997.`,
116116
true
117117
)
118118
}

0 commit comments

Comments
 (0)