From c15b88336894c02fed56223e27e175137404a28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:23:09 +0000 Subject: [PATCH] ci(deps): bump the coatl-dev-workflows group with 3 updates Bumps the coatl-dev-workflows group with 3 updates: [coatl-dev/workflows/.github/workflows/pre-commit.yml](https://github.com/coatl-dev/workflows), [coatl-dev/workflows/.github/workflows/pylint.yml](https://github.com/coatl-dev/workflows) and [coatl-dev/workflows/.github/workflows/tox-docker.yml](https://github.com/coatl-dev/workflows). Updates `coatl-dev/workflows/.github/workflows/pre-commit.yml` from 7.0.0 to 7.0.28 - [Release notes](https://github.com/coatl-dev/workflows/releases) - [Changelog](https://github.com/coatl-dev/workflows/blob/coatl/CHANGELOG.md) - [Commits](https://github.com/coatl-dev/workflows/compare/8d3c0aba2a053986bce9382063facccf1fd98247...0d24a98543a7e17f432503425e6ef836972864bb) Updates `coatl-dev/workflows/.github/workflows/pylint.yml` from 7.0.16 to 7.0.28 - [Release notes](https://github.com/coatl-dev/workflows/releases) - [Changelog](https://github.com/coatl-dev/workflows/blob/coatl/CHANGELOG.md) - [Commits](https://github.com/coatl-dev/workflows/compare/3b10e4c46730151093c7ccbc52fd689a48b94726...0d24a98543a7e17f432503425e6ef836972864bb) Updates `coatl-dev/workflows/.github/workflows/tox-docker.yml` from 7.0.24 to 7.0.28 - [Release notes](https://github.com/coatl-dev/workflows/releases) - [Changelog](https://github.com/coatl-dev/workflows/blob/coatl/CHANGELOG.md) - [Commits](https://github.com/coatl-dev/workflows/compare/ac7772bd171c548f66cbd19be77872dfd6e326ce...0d24a98543a7e17f432503425e6ef836972864bb) --- updated-dependencies: - dependency-name: coatl-dev/workflows/.github/workflows/pre-commit.yml dependency-version: 7.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coatl-dev-workflows - dependency-name: coatl-dev/workflows/.github/workflows/pylint.yml dependency-version: 7.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coatl-dev-workflows - dependency-name: coatl-dev/workflows/.github/workflows/tox-docker.yml dependency-version: 7.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: coatl-dev-workflows ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/tox.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fbbe0b..3e0f6d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,13 +10,13 @@ on: jobs: pre-commit: - uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@8d3c0aba2a053986bce9382063facccf1fd98247 # v7.0.0 + uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@0d24a98543a7e17f432503425e6ef836972864bb # v7.0.28 with: checkout-ref: ${{ github.ref }} skip-hooks: 'pylint' pylint: - uses: coatl-dev/workflows/.github/workflows/pylint.yml@3b10e4c46730151093c7ccbc52fd689a48b94726 # v7.0.16 + uses: coatl-dev/workflows/.github/workflows/pylint.yml@0d24a98543a7e17f432503425e6ef836972864bb # v7.0.28 with: path: src checkout-ref: ${{ github.ref }} diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 35a5c17..cd605ca 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -7,7 +7,7 @@ on: jobs: tox-package: - uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@ac7772bd171c548f66cbd19be77872dfd6e326ce # v7.0.24 + uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@0d24a98543a7e17f432503425e6ef836972864bb # v7.0.28 with: checkout-ref: ${{ inputs.checkout-ref }}