Skip to content

Commit d7ebd25

Browse files
Update GitHub Actions (#900)
* Update GitHub Actions Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Add more specific version commends to actions Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
1 parent cd16def commit d7ebd25

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/actions/setup/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ runs:
44
using: 'composite'
55
steps:
66
- name: Checkout repository
7-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
88

99
- name: Set up Node.js
10-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
10+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1111
with:
12-
node-version: '24.15.0'
12+
node-version: '24.16.0'
1313

1414
- name: Cache dependencies
1515
id: cache

.github/workflows/_static-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616

1717
- name: Setup
1818
uses: ./.github/actions/setup

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# repo itself; this first checkout only needs the .github
4444
# directory.
4545
- name: Checkout repository
46-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:
4848
fetch-depth: 1
4949
sparse-checkout: .github
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Run Claude Code
5757
id: claude
58-
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1
58+
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
5959
with:
6060
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
6161
additional_permissions: |

.github/workflows/upstream-release-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
# opened it.
153153
- name: Checkout dispatching branch for bootstrap
154154
if: steps.pr.outputs.mode == 'bootstrap'
155-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
155+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
156156
with:
157157
ref: ${{ github.ref_name }}
158158
fetch-depth: 0
@@ -285,7 +285,7 @@ jobs:
285285
fi
286286
287287
- name: Checkout PR branch
288-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
288+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
289289
with:
290290
ref: ${{ steps.eff.outputs.head_ref }}
291291
fetch-depth: 0
@@ -295,9 +295,9 @@ jobs:
295295
# with its own actions/checkout that overwrites the PR-branch
296296
# checkout above with the dispatching branch.
297297
- name: Set up Node.js
298-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
298+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
299299
with:
300-
node-version: '24.15.0'
300+
node-version: '24.16.0'
301301

302302
- name: Cache dependencies
303303
id: cache
@@ -473,7 +473,7 @@ jobs:
473473
# burns the full 90-minute job budget. Paired with --max-turns
474474
# below for a runaway-cost ceiling.
475475
timeout-minutes: 45
476-
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1
476+
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
477477
with:
478478
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
479479
additional_permissions: |
@@ -684,7 +684,7 @@ jobs:
684684
# baseline -- cheap safety net for the rare case where review
685685
# spirals on a file it can't stop "improving".
686686
timeout-minutes: 10
687-
uses: anthropics/claude-code-action@51ea8ea73a139f2a74ff649e3092c25a904aed7e # v1
687+
uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
688688
with:
689689
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
690690
additional_permissions: |

0 commit comments

Comments
 (0)