mega-linter: github step summary should now be done by MARKDOWN_SUMMARY_REPORTER
This commit is contained in:
parent
0649198666
commit
7a90ba32a1
1 changed files with 4 additions and 3 deletions
7
.github/workflows/mega-linter.yml
vendored
7
.github/workflows/mega-linter.yml
vendored
|
|
@ -201,8 +201,9 @@ jobs:
|
||||||
category: mega-linter
|
category: mega-linter
|
||||||
|
|
||||||
# https://github.blog/news-insights/product-news/supercharging-github-actions-with-job-summaries/
|
# https://github.blog/news-insights/product-news/supercharging-github-actions-with-job-summaries/
|
||||||
- name: Add job summary
|
# - name: Add job summary
|
||||||
if: success() || failure()
|
# if: success() || failure()
|
||||||
run: cat "megalinter-reports/megalinter-report.md" >> "$GITHUB_STEP_SUMMARY"
|
# run: cat "megalinter-reports/megalinter-report.md" >> "$GITHUB_STEP_SUMMARY"
|
||||||
|
# above is now done by `MARKDOWN_SUMMARY_REPORTER` after https://github.com/oxsecurity/megalinter/issues/1489
|
||||||
|
|
||||||
# logs and artifacts are retained for 90 days, workflow run history is retained for 400 days... https://docs.github.com/en/actions/administering-github-actions/usage-limits-billing-and-administration#artifact-and-log-retention-policy
|
# logs and artifacts are retained for 90 days, workflow run history is retained for 400 days... https://docs.github.com/en/actions/administering-github-actions/usage-limits-billing-and-administration#artifact-and-log-retention-policy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue