From 3ff71a3a60454849013eb73df7d2839efe149c26 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Tue, 22 Jul 2025 23:56:10 +0200 Subject: [PATCH] mega-linter: github step summary not written by MARKDOWN_SUMMARY_REPORTER? --- .github/workflows/mega-linter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 3e8ca5f..1666739 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -201,9 +201,9 @@ jobs: category: mega-linter # https://github.blog/news-insights/product-news/supercharging-github-actions-with-job-summaries/ - # - name: Add job summary - # if: success() || failure() - # 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 + - name: Add job summary + if: success() || failure() + run: cat "megalinter-reports/megalinter-report.md" >> "$GITHUB_STEP_SUMMARY" + # above should be handled by the MARKDOWN_SUMMARY_REPORTER itself after https://github.com/oxsecurity/megalinter/issues/1489, but did not work # 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