From d9a99fc72348f2ffe7b404043a4c2ff5fa60c8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 12:09:58 +0000 Subject: [PATCH] build(deps): bump codespell-project/actions-codespell Bumps [codespell-project/actions-codespell](https://github.com/codespell-project/actions-codespell) from cf810cf4cbd6cdefe6ef86e55b64d524a16654a7 to 4848b4c0f038a77b5a64504a5e93b8fae962bc66. - [Release notes](https://github.com/codespell-project/actions-codespell/releases) - [Commits](https://github.com/codespell-project/actions-codespell/compare/cf810cf4cbd6cdefe6ef86e55b64d524a16654a7...4848b4c0f038a77b5a64504a5e93b8fae962bc66) --- updated-dependencies: - dependency-name: codespell-project/actions-codespell dependency-version: 4848b4c0f038a77b5a64504a5e93b8fae962bc66 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/codespell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index b3b9f58..05f1e4b 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: codespell-project/actions-codespell@cf810cf4cbd6cdefe6ef86e55b64d524a16654a7 # master + - uses: codespell-project/actions-codespell@4848b4c0f038a77b5a64504a5e93b8fae962bc66 # master with: check_filenames: true skip: "./vendor,./telemetry,go.mod,go.sum"