Skip to content

Commit 255226e

Browse files
Update GitHub Actions workflows. (#1619)
This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [877eef30ac9e6199cde9e961747054c160327024](pulumi/ci-mgmt@877eef3). Co-authored-by: Pulumi Bot <bot@pulumi.com>
1 parent b640615 commit 255226e

19 files changed

Lines changed: 39 additions & 39 deletions

.github/workflows/build_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
dotnet: false
4848
large-packages: false
4949
- name: Checkout Repo
50-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
50+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5151
with:
5252
persist-credentials: false
5353
- env:

.github/workflows/build_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
swap-storage: false
4545
dotnet: false
4646
- name: Checkout Repo
47-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
47+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4848
with:
4949
persist-credentials: false
5050
- env:

.github/workflows/claude.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
id: esc-secrets
4747
name: Fetch secrets from ESC
4848
uses: pulumi/esc-action@ac400796a2de7ba0c3bd015b7819c21306189af6
49-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
49+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5050
with:
5151
fetch-depth: 0
5252
- name: Checkout PR head (if applicable)
@@ -79,7 +79,7 @@ jobs:
7979
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude review')) ||
8080
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude review'))
8181
id: claude-review
82-
uses: anthropics/claude-code-action@80b31826338489861333dc17217865dfe8085cdc # v1
82+
uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1
8383
with:
8484
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
8585
prompt: |
@@ -101,7 +101,7 @@ jobs:
101101
!contains(github.event.comment.body, '@claude review') &&
102102
!contains(github.event.review.body, '@claude review')
103103
id: claude-action
104-
uses: anthropics/claude-code-action@80b31826338489861333dc17217865dfe8085cdc # v1
104+
uses: anthropics/claude-code-action@428971d2ecd6e3a7cb0ee0da2a3a8b33fdb3678d # v1
105105
with:
106106
anthropic_api_key: ${{ steps.esc-secrets.outputs.ANTHROPIC_API_KEY }}
107107
# This allows claude to read github action logs

.github/workflows/command-dispatch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write # For ESC secrets.
1717
steps:
1818
- name: Checkout Repo
19-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
19+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
with:
2121
persist-credentials: false
2222
- env:

.github/workflows/community-moderation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: pulumi-ubuntu-8core
77
steps:
88
- name: Checkout Repo
9-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1010
with:
1111
persist-credentials: false
1212
- id: schema_changed

.github/workflows/gh-aw-pr-rereview.lock.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/gh-aw-pr-review.lock.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id-token: write # For ESC secrets.
2424
steps:
2525
- name: Checkout Repo
26-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
26+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2727
with:
2828
persist-credentials: false
2929
- env:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
swap-storage: false
3131
dotnet: false
3232
- name: Checkout Repo
33-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
33+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434
with:
3535
persist-credentials: false
3636
- env:

.github/workflows/main-post-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
tool-cache: false
3232
swap-storage: false
3333
- name: Checkout Repo
34-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
34+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535
with:
3636
persist-credentials: false
3737
- env:

0 commit comments

Comments
 (0)