From 7ae5fc79162475b68669102bf565ef7d046f9aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:22:59 +0000 Subject: [PATCH] build: bump bugale/bugalint from 2 to 4 in the action-dependencies group Bumps the action-dependencies group with 1 update: [bugale/bugalint](https://github.com/bugale/bugalint). Updates `bugale/bugalint` from 2 to 4 - [Release notes](https://github.com/bugale/bugalint/releases) - [Commits](https://github.com/bugale/bugalint/compare/v2...v4) --- updated-dependencies: - dependency-name: bugale/bugalint dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/check-code.yml | 2 +- .github/workflows/check-docs.yml | 2 +- .github/workflows/check-yml.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 379e9b7..c8a4a8e 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -27,7 +27,7 @@ jobs: - name: Lint run: cd ${{ matrix.linter.cwd }}; ${{ matrix.linter.cmd }} > lint.log - name: Convert - uses: bugale/bugalint@v2 + uses: bugale/bugalint@v4 if: always() with: inputFile: 'lint.log' diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index ff7bd03..96b8be3 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -20,7 +20,7 @@ jobs: output: 'lint.txt' config: '.mdl.yml' - name: Convert - uses: bugale/bugalint@v2 + uses: bugale/bugalint@v4 if: always() with: inputFile: 'lint.txt' diff --git a/.github/workflows/check-yml.yml b/.github/workflows/check-yml.yml index f7bc9f9..1c9af79 100644 --- a/.github/workflows/check-yml.yml +++ b/.github/workflows/check-yml.yml @@ -14,7 +14,7 @@ jobs: - name: yamllint run: yamllint --strict -f parsable . > lint.txt - name: Convert - uses: bugale/bugalint@v2 + uses: bugale/bugalint@v4 if: always() with: inputFile: 'lint.txt'