From bae0f1379a046b03ea5b32af2c8b85a94bbc6539 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 06:06:14 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#829) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [4a821ea4d38895a0aa6b855593ea108774165ff6](https://github.com/pulumi/ci-mgmt/commit/4a821ea4d38895a0aa6b855593ea108774165ff6). Co-authored-by: Pulumi Bot --- .github/actions/setup-tools/action.yml | 2 +- .github/workflows/claude.yml | 6 +++--- .github/workflows/lint.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index fe33bcd..4ab7634 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -14,7 +14,7 @@ runs: using: "composite" steps: - name: Setup mise - uses: jdx/mise-action@db69447ab3fe3551c979c98174c303c5d9708e58 + uses: jdx/mise-action@5ad13376e30bbca3721f7f33f25bc0baff52c02d env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 9a08a6e..6ad52db 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -56,7 +56,7 @@ jobs: PR_NUMBER: ${{ github.event.pull_request.number || github.event.issue.number }} run: gh pr checkout "$PR_NUMBER" - name: Setup mise - uses: jdx/mise-action@db69447ab3fe3551c979c98174c303c5d9708e58 + uses: jdx/mise-action@5ad13376e30bbca3721f7f33f25bc0baff52c02d env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: @@ -79,7 +79,7 @@ jobs: (github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude review')) || (github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude review')) id: claude-review - uses: anthropics/claude-code-action@e58dfa55559035499a4982426bb73605e8b5ad8e # v1 + uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1 with: anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }} prompt: | @@ -101,7 +101,7 @@ jobs: !contains(github.event.comment.body, '@claude review') && !contains(github.event.review.body, '@claude review') id: claude-action - uses: anthropics/claude-code-action@e58dfa55559035499a4982426bb73605e8b5ad8e # v1 + uses: anthropics/claude-code-action@567fe954a4527e81f132d87d1bdbcc94f7737434 # v1 with: anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }} # This allows claude to read github action logs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 770b78d..be21585 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -49,7 +49,7 @@ jobs: private-key: ${{ steps.esc-secrets.outputs.PULUMI_PROVIDER_AUTOMATION_PRIVATE_KEY }} owner: ${{ github.repository_owner }} - name: Setup mise - uses: jdx/mise-action@db69447ab3fe3551c979c98174c303c5d9708e58 + uses: jdx/mise-action@5ad13376e30bbca3721f7f33f25bc0baff52c02d env: MISE_FETCH_REMOTE_VERSIONS_TIMEOUT: 30s with: