From 935f17a3d58d5208b6ce76ca000b817aeacde804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 11:30:39 +0000 Subject: [PATCH] gh-actions: bump pre-commit/action Bumps [pre-commit/action](https://github.com/pre-commit/action) from 576ff52938d158a24ac7e009dfa94b1455e7df99 to 1b06ec171f2f6faa71ed760c4042bd969e4f8b43. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/576ff52938d158a24ac7e009dfa94b1455e7df99...1b06ec171f2f6faa71ed760c4042bd969e4f8b43) --- updated-dependencies: - dependency-name: pre-commit/action dependency-version: 1b06ec171f2f6faa71ed760c4042bd969e4f8b43 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index a8e86e6..9c3bc15 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -40,7 +40,7 @@ jobs: with: python-version: '3.9' - name: Execute pre-commit - uses: pre-commit/action@576ff52938d158a24ac7e009dfa94b1455e7df99 + uses: pre-commit/action@1b06ec171f2f6faa71ed760c4042bd969e4f8b43 env: SKIP: no-commit-to-branch,hadolint with: @@ -49,7 +49,7 @@ jobs: # Run only skipped checks - name: Execute pre-commit check that have no auto-fixes if: always() - uses: pre-commit/action@576ff52938d158a24ac7e009dfa94b1455e7df99 + uses: pre-commit/action@1b06ec171f2f6faa71ed760c4042bd969e4f8b43 env: SKIP: check-added-large-files,check-merge-conflict,check-vcs-permalinks,forbid-new-submodules,no-commit-to-branch,end-of-file-fixer,trailing-whitespace,check-yaml,check-merge-conflict,check-executables-have-shebangs,check-case-conflict,mixed-line-ending,detect-aws-credentials,detect-private-key,shfmt,shellcheck with: