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