From 1e34da505dfae4f7a45f62504cb5a0d3016d69b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:58:35 +0000 Subject: [PATCH] ci: Bump the ci group in /.github/workflows with 4 updates Bumps the ci group in /.github/workflows with 4 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action), [vale-cli/vale-action](https://github.com/vale-cli/vale-action) and [reviewdog/action-yamllint](https://github.com/reviewdog/action-yamllint). Updates `docker/setup-buildx-action` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c...37fe631027851001ddb9b187196cc803df7f5f0e) Updates `commit-check/commit-check-action` from 2.11.1 to 2.15.0 - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/bbb6580f01838e475563514f115ec7ef41c9ddc7...f803083a5bf0867b60d77189bc3810fce2f0e314) Updates `vale-cli/vale-action` from 2.1.2 to 3.0.0 - [Release notes](https://github.com/vale-cli/vale-action/releases) - [Commits](https://github.com/vale-cli/vale-action/compare/85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a...518a9136acc6e6668ce7c00d367051e0941e87ff) Updates `reviewdog/action-yamllint` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/reviewdog/action-yamllint/releases) - [Commits](https://github.com/reviewdog/action-yamllint/compare/e02a49fdf53f51ddd8dfa89b09aa975043aeba38...de68272fdca5f2a961fb309e0d2e13c2eb186d9e) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: commit-check/commit-check-action dependency-version: 2.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci - dependency-name: vale-cli/vale-action dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci - dependency-name: reviewdog/action-yamllint dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/commit-check.yml | 2 +- .github/workflows/vale.yml | 2 +- .github/workflows/yamllint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01f40902f..d0db7192d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: persist-credentials: false - name: Set up Docker Buildx - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0 - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index 550821ade..81f771438 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false - name: Check commit - uses: commit-check/commit-check-action@bbb6580f01838e475563514f115ec7ef41c9ddc7 # v2.11.1 + uses: commit-check/commit-check-action@f803083a5bf0867b60d77189bc3810fce2f0e314 # v2.15.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 0ad3b716a..0568a4051 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -49,7 +49,7 @@ jobs: **.md - name: Run vale checks on modified files - uses: vale-cli/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # v2.1.2 + uses: vale-cli/vale-action@518a9136acc6e6668ce7c00d367051e0941e87ff # v3.0.0 if: steps.changed-files.outputs.any_changed == 'true' with: fail_on_error: false # to be changed when upstream addresses 84 diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml index 2654f19c1..e27f13158 100644 --- a/.github/workflows/yamllint.yml +++ b/.github/workflows/yamllint.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: yamllint - uses: reviewdog/action-yamllint@e02a49fdf53f51ddd8dfa89b09aa975043aeba38 # v1.23.0 + uses: reviewdog/action-yamllint@de68272fdca5f2a961fb309e0d2e13c2eb186d9e # v1.23.1 with: fail_level: any filter_mode: nofilter