From 5b39f40ee9e9f92ea83bcc66293ad892b668683d Mon Sep 17 00:00:00 2001 From: Gabor Javorszky Date: Tue, 7 Jan 2025 10:45:48 +0000 Subject: [PATCH 1/2] pre-commit: silence markdownlint (#7067) Closes #7064 Adding the two options will prevent their output to be printed to stdout. See https://github.com/DavidAnson/markdownlint-cli2/tree/main?tab=readme-ov-file#markdownlint-cli2jsonc `noBanner` and `noProgress` options. --- .markdownlint-cli2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index 80de28bc89..0634b21718 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -7,6 +7,12 @@ config: siblings_only: true line-length: false +# Hide the Finding: when markdownlint fixes files +noProgress: true + +# Hide the markdownlint-cli and markdownlint versions on each block +noBanner: true + # Define glob expressions to ignore ignores: - ".github/**" From e40f03b4f879b05bc86db756dd9e517605c62f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:47:08 +0000 Subject: [PATCH 2/2] chore(deps): bump reviewdog/action-actionlint from 1.61.0 to 1.62.0 in the actions group (#7070) chore(deps): bump reviewdog/action-actionlint in the actions group Bumps the actions group with 1 update: [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint). Updates `reviewdog/action-actionlint` from 1.61.0 to 1.62.0 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/534eb894142bcf31616e5436cbe4214641c58101...af17f9e3640ac863dbcc515d45f5f35d708d0faf) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Abel <128620221+pdabelf5@users.noreply.github.com> --- .github/workflows/lint-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-format.yml b/.github/workflows/lint-format.yml index 1195d03bd0..b5c85f65e8 100644 --- a/.github/workflows/lint-format.yml +++ b/.github/workflows/lint-format.yml @@ -63,7 +63,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: reviewdog/action-actionlint@534eb894142bcf31616e5436cbe4214641c58101 # v1.61.0 + - uses: reviewdog/action-actionlint@af17f9e3640ac863dbcc515d45f5f35d708d0faf # v1.62.0 with: actionlint_flags: -shellcheck ""