Skip to content

Commit 3306cf5

Browse files
chore(deps): bump the github-actions group across 1 directory with 8 updates
Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `1.12.0` | `3.0.0` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.4` | | [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.39` | `1.0.85` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.0` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `2.11.1` | `4.0.1` | | [inkeep/pr-commenter-action](https://github.com/inkeep/pr-commenter-action) | `10` | `11` | | [speakeasy-api/sdk-generation-action](https://github.com/speakeasy-api/sdk-generation-action) | `15.58.9` | `15.60.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.8` | `8.1.0` | Updates `actions/create-github-app-token` from 1.12.0 to 3.0.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@d72941d...f8d387b) Updates `actions/cache` from 4.3.0 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...6682284) Updates `anthropics/claude-code-action` from 1.0.39 to 1.0.85 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](anthropics/claude-code-action@v1.0.39...58dbe8e) Updates `actions/upload-artifact` from 4.6.2 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...bbbca2d) Updates `dorny/paths-filter` from 2.11.1 to 4.0.1 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@4512585...fbd0ab8) Updates `inkeep/pr-commenter-action` from 10 to 11 - [Release notes](https://github.com/inkeep/pr-commenter-action/releases) - [Commits](inkeep/pr-commenter-action@84ccc7c...bac2033) Updates `speakeasy-api/sdk-generation-action` from 15.58.9 to 15.60.0 - [Release notes](https://github.com/speakeasy-api/sdk-generation-action/releases) - [Commits](speakeasy-api/sdk-generation-action@b823adc...fe37b33) Updates `peter-evans/create-pull-request` from 7.0.8 to 8.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@271a8d0...c0f553f) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: anthropics/claude-code-action dependency-version: 1.0.85 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dorny/paths-filter dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: inkeep/pr-commenter-action dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: speakeasy-api/sdk-generation-action dependency-version: 15.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fb4508 commit 3306cf5

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

.github/workflows/auto-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Generate GitHub App Token
6363
id: app-token
6464
if: steps.pr-check.outputs.skip != 'true' && steps.checkout.outcome == 'success'
65-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
65+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
6666
with:
6767
app-id: ${{ secrets.INTERNAL_CI_APP_ID }}
6868
private-key: ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Setup pnpm cache
9595
if: steps.pr-check.outputs.skip != 'true' && steps.checkout.outcome == 'success'
96-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
96+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9797
with:
9898
path: ${{ env.STORE_PATH }}
9999
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/ci-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: Run Claude to analyze and fix
167167
if: steps.collect.outputs.has_failures == 'true' && inputs.dry_run != 'true'
168-
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1
168+
uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c # v1
169169
with:
170170
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
171171
prompt: |

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ jobs:
7979
touch agents-docs/.source/index.ts
8080
8181
- name: Setup pnpm cache
82-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
82+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8383
with:
8484
path: ${{ env.STORE_PATH }}
8585
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
8686
restore-keys: ${{ runner.os }}-pnpm-store-
8787

8888
- name: Setup Turborepo cache
89-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
89+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9090
with:
9191
path: .turbo
9292
key: ${{ runner.os }}-turbo-${{ github.sha }}
9393
restore-keys: ${{ runner.os }}-turbo-
9494

9595
- name: Setup Playwright cache
96-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
96+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
9797
with:
9898
path: ~/.cache/ms-playwright
9999
key: playwright-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -112,7 +112,7 @@ jobs:
112112
if: |
113113
github.event_name == 'pull_request' &&
114114
github.event.pull_request.head.repo.full_name == github.repository
115-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
115+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
116116
with:
117117
app-id: ${{ secrets.INTERNAL_CI_APP_ID }}
118118
private-key: ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
@@ -233,7 +233,7 @@ jobs:
233233

234234
- name: Upload Vitest Screenshots
235235
if: failure()
236-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
236+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
237237
with:
238238
name: vitest-screenshots
239239
path: agents-manage-ui/.vitest-attachments
@@ -330,15 +330,15 @@ jobs:
330330
touch agents-docs/.source/index.ts
331331
332332
- name: Setup pnpm cache
333-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
333+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
334334
with:
335335
path: ${{ env.STORE_PATH }}
336336
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
337337
restore-keys: |
338338
${{ runner.os }}-pnpm-store-
339339
340340
- name: Setup Turborepo cache
341-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
341+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
342342
with:
343343
path: .turbo
344344
key: ${{ runner.os }}-turbo-create-agents-e2e-${{ github.sha }}
@@ -351,7 +351,7 @@ jobs:
351351
HUSKY: 0
352352

353353
- name: Cache Playwright browsers
354-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
354+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
355355
with:
356356
path: ~/.cache/ms-playwright
357357
key: playwright-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/claude-code-review.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ jobs:
705705
- name: Generate GitHub App token for team-skills
706706
if: steps.pr.outputs.draft != 'true'
707707
id: app-token
708-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
708+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
709709
with:
710710
app-id: ${{ secrets.INTERNAL_CI_APP_ID }}
711711
private-key: ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
@@ -724,7 +724,7 @@ jobs:
724724
# Pinned to SDK 0.2.25 (last working version) due to AJV validation crash in 0.2.27+
725725
# Tracking: https://github.com/anthropics/claude-code-action/issues/892
726726
# Remove pin when issue is resolved and @v1 is stable again
727-
uses: anthropics/claude-code-action@01e756b34ef7a1447e9508f674143b07d20c2631
727+
uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c
728728
env:
729729
CLAUDE_CODE_DEBUG_LOGS_DIR: ${{ runner.temp }}/claude-debug
730730
with:
@@ -753,7 +753,7 @@ jobs:
753753
754754
- name: Upload Debug Artifacts
755755
if: always() && steps.pr.outputs.draft != 'true'
756-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
756+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
757757
with:
758758
name: claude-debug-pr-${{ steps.pr.outputs.number }}-${{ github.run_id }}
759759
path: |

.github/workflows/claude.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Generate app token
2929
id: app-token
30-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
30+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
3131
with:
3232
app-id: ${{ secrets.INTERNAL_CI_APP_ID }}
3333
private-key: ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Run Claude Code
4242
id: claude
43-
uses: anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1
43+
uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c # v1
4444
with:
4545
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
4646
github_token: ${{ steps.app-token.outputs.token }}

.github/workflows/closed-pr-review-auto-improver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Generate GitHub App token
4949
id: app-token
50-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
50+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5151
with:
5252
app-id: ${{ secrets.INTERNAL_CI_APP_ID }}
5353
private-key: ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
@@ -225,7 +225,7 @@ jobs:
225225
id: analyze
226226
# Tracking: https://github.com/anthropics/claude-code-action/issues/892
227227
# Remove pin when issue is resolved and @v1 is stable again
228-
uses: anthropics/claude-code-action@01e756b34ef7a1447e9508f674143b07d20c2631
228+
uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c
229229
with:
230230
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
231231
claude_args: |
@@ -280,7 +280,7 @@ jobs:
280280
281281
- name: Upload Debug Artifacts
282282
if: always() && steps.analyze.outputs.execution_file
283-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
283+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
284284
with:
285285
name: auto-improver-debug-pr-${{ steps.pr-meta.outputs.pr_number || inputs.pr_number || github.event.pull_request.number }}-${{ github.run_id }}
286286
path: ${{ steps.analyze.outputs.execution_file }}

.github/workflows/cypress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ jobs:
9696
touch agents-docs/.source/index.ts
9797
9898
- name: Setup pnpm cache
99-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
99+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
100100
with:
101101
path: ${{ env.STORE_PATH }}
102102
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
103103
restore-keys: ${{ runner.os }}-pnpm-store-
104104

105105
- name: Setup Turborepo cache
106-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
106+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
107107
with:
108108
path: .turbo
109109
key: ${{ runner.os }}-turbo-${{ github.sha }}

.github/workflows/inkeep-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
- name: Check for changes
21-
uses: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2
21+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
2222
id: changes
2323
with:
2424
filters: |
2525
docs:
2626
- 'agents-docs/**'
2727
- name: Sync Source
2828
if: steps.changes.outputs.docs == 'true'
29-
uses: inkeep/pr-commenter-action@84ccc7c74b72f628ec7e2b572e0cb7afd5898594 # v10
29+
uses: inkeep/pr-commenter-action@bac203359f0328cbb89cca8f9ead7a7176f39a61 # v11
3030
env:
3131
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3232
with:

.github/workflows/model-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate app token
2222
id: app-token
23-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
23+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
2424
with:
2525
app-id: ${{ secrets.INTERNAL_CI_APP_ID }}
2626
private-key: ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Update model list via Claude Code
5353
if: steps.detect.outputs.has_changes == 'true'
54-
uses: anthropics/claude-code-action@01e756b34ef7a1447e9508f674143b07d20c2631 # v1
54+
uses: anthropics/claude-code-action@58dbe8ed6879f0d3b02ac295b20d5fdfe7733e0c # v1
5555
with:
5656
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
5757
github_token: ${{ steps.app-token.outputs.token }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm install -g npm@latest
4343

4444
- name: Setup Turborepo cache
45-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
45+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4646
with:
4747
path: .turbo
4848
key: ${{ runner.os }}-turbo-${{ github.sha }}
@@ -61,7 +61,7 @@ jobs:
6161
# cannot do this (GitHub security restriction).
6262
- name: Generate GitHub App Token
6363
id: app-token
64-
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
64+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
6565
with:
6666
app-id: ${{ secrets.INTERNAL_CI_APP_ID }}
6767
private-key: ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)