From 9d2566512846ff47a24c348ec6389c1201cf0d72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:24:30 +0000 Subject: [PATCH] ci(deps): bump coatl-dev/workflows/.github/workflows/pylint.yml Bumps [coatl-dev/workflows/.github/workflows/pylint.yml](https://github.com/coatl-dev/workflows) from 7.0.0 to 7.0.16. - [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...3b10e4c46730151093c7ccbc52fd689a48b94726) --- updated-dependencies: - dependency-name: coatl-dev/workflows/.github/workflows/pylint.yml dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d1230..04fbfe5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: skip-hooks: 'pylint' pylint: - uses: coatl-dev/workflows/.github/workflows/pylint.yml@8d3c0aba2a053986bce9382063facccf1fd98247 # v7.0.0 + uses: coatl-dev/workflows/.github/workflows/pylint.yml@3b10e4c46730151093c7ccbc52fd689a48b94726 # v7.0.16 with: path: src checkout-ref: ${{ github.ref }}