From e6ee531317254b91e373946de859b875cdee1a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:54:14 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `anthropics/claude-code-action` from 1.0.122 to 1.0.181 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/86eb26bf0139bdd75acd15ea5f00f45ee0a284c2...44423bdec74b97d67543eb16c110546762c110b2) Updates `golangci/golangci-lint-action` from 9.2.0 to 9.3.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/1e7e51e771db61008b38414a730f564565cf7c20...ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a) Updates `EmbarkStudios/cargo-deny-action` from 2.0.18 to 2.1.1 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/6c8f9facfa5047ec02d8485b6bf52b587b7777d1...3c6349835b2b7b196a839186cb8b78e02f7b5f25) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.181 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: golangci/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-reusable.yml | 2 +- .github/workflows/go-ci.yml | 2 +- .github/workflows/rust-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-reusable.yml b/.github/workflows/claude-reusable.yml index 34c50bb..9308011 100644 --- a/.github/workflows/claude-reusable.yml +++ b/.github/workflows/claude-reusable.yml @@ -78,7 +78,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@86eb26bf0139bdd75acd15ea5f00f45ee0a284c2 # v1.0.122 + uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1.0.181 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} path_to_bun_executable: ${{ steps.bun.outputs.bun-path }} diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 162642a..607c952 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -187,7 +187,7 @@ jobs: fi - name: golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: ${{ inputs.golangci-lint-version }} working-directory: ${{ inputs.working-directory }} diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 6685e8e..9b2d87e 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -212,7 +212,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: EmbarkStudios/cargo-deny-action@6c8f9facfa5047ec02d8485b6bf52b587b7777d1 # v2.0.18 + - uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2.1.1 with: manifest-path: ${{ inputs.working-directory }}/Cargo.toml