diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index b8f29853..b1ebff38 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -29,7 +29,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210 + uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 83d2875f..b0ab3c0e 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -33,7 +33,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1.0.210 + uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1.0.216 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e84dd88f..f08e71e3 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -175,7 +175,7 @@ jobs: ${{ runner.os }}-cargo- - name: 📦 Install cargo-audit and cargo-deny - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2.87.5 with: tool: cargo-audit,cargo-deny @@ -202,7 +202,7 @@ jobs: fetch-depth: 0 # Full history required for comprehensive secret scanning - name: 🔑 Run TruffleHog (secret detection) - uses: trufflesecurity/trufflehog@20652fbbdefffcdaa493a5bf57ab2ac6b1db715b # v3.97.1 + uses: trufflesecurity/trufflehog@363923b901c911a9164f50b6c423f47c15372b1c # v3.97.4 with: path: ./ extra_args: --only-verified diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea4c3921..7cbed6ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -552,7 +552,7 @@ jobs: - name: 📦 Install cargo-llvm-cov if: steps.check-rust.outputs.exists == 'true' - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + uses: taiki-e/install-action@5bf6ce016fd2e72eefc647cbca1e4213f65955b8 # v2.87.5 with: tool: cargo-llvm-cov