File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,20 +66,20 @@ jobs:
6666 - name : Generate GitHub App Token
6767 id : app-token
6868 if : steps.pr-check.outputs.skip != 'true' && steps.checkout.outcome == 'success'
69- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
69+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
7070 with :
7171 app-id : ${{ secrets.INTERNAL_CI_APP_ID }}
7272 private-key : ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
7373
7474 - name : Setup Node.js
7575 if : steps.pr-check.outputs.skip != 'true' && steps.checkout.outcome == 'success'
76- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
76+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
7777 with :
7878 node-version : 22.x
7979
8080 - name : Setup pnpm
8181 if : steps.pr-check.outputs.skip != 'true' && steps.checkout.outcome == 'success'
82- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
82+ uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
8383 with :
8484 version : 10.33.0
8585 run_install : false
9797
9898 - name : Setup pnpm cache
9999 if : steps.pr-check.outputs.skip != 'true' && steps.checkout.outcome == 'success'
100- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
100+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
101101 with :
102102 path : ${{ env.STORE_PATH }}
103103 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff 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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
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@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2
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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
757757 with :
758758 name : claude-debug-pr-${{ steps.pr.outputs.number }}-${{ github.run_id }}
759759 path : |
Original file line number Diff line number Diff line change 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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3131 with :
3232 app-id : ${{ secrets.INTERNAL_CI_APP_ID }}
3333 private-key : ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
4040
4141 - name : Run Claude Code
4242 id : claude
43- uses : anthropics/claude-code-action@26ec041249acb0a944c0a47b6c0c13f05dbc5b44 # v1
43+ uses : anthropics/claude-code-action@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
4444 with :
4545 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
4646 github_token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change 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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
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@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2
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@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
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 }}
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Trigger Inkeep Agent
34- uses : inkeep/inkeep-agents-action@267e6185c8b1b69dfba85d7ea1c31066891ee2a6 # v0
34+ uses : inkeep/inkeep-agents-action@fbbc92842bd025f044cb7e4d827882fd85914f26 # v0
3535 with :
3636 trigger-url : ${{ secrets.INKEEP_CONTENT_WRITER_TRIGGER_URL }}
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2424 with :
2525 app-id : ${{ secrets.INTERNAL_CI_APP_ID }}
2626 private-key : ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
3232 token : ${{ steps.app-token.outputs.token }}
3333
3434 - name : Setup Node.js
35- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
35+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3636 with :
3737 node-version : 22.x
3838
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@2cc1ac1331eac7a6a96d716dd204dd2888d0fcd2 # v1
5555 with :
5656 anthropic_api_key : ${{ secrets.ANTHROPIC_API_KEY }}
5757 github_token : ${{ steps.app-token.outputs.token }}
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 fetch-depth : 1
2727
2828 - name : Setup Node.js
29- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
29+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3030 with :
3131 node-version : 22
3232
3333 - name : Generate agents-private app token
3434 id : app-token
35- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
35+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
3636 with :
3737 app-id : ${{ secrets.INTERNAL_CI_APP_ID }}
3838 private-key : ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020
2121 - name : Setup pnpm
22- uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
22+ uses : pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
2323 with :
2424 version : 10.33.0
2525
2626 - name : Setup Node.js
27- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
27+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2828 with :
2929 node-version : ' 22'
3030 cache : ' pnpm'
Original file line number Diff line number Diff line change 5050 uses : ./.github/composite-actions/install
5151
5252 - name : Setup npm for OIDC publishing
53- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
53+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5454 with :
5555 node-version : " 22"
5656 registry-url : " https://registry.npmjs.org"
6969 echo "npm $(npm --version)"
7070
7171 - name : Setup Turborepo cache
72- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
72+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
7373 with :
7474 path : .turbo
7575 key : ${{ runner.os }}-turbo-${{ github.sha }}
8585
8686 - name : Generate GitHub App Token
8787 id : app-token
88- uses : actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
88+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
8989 with :
9090 app-id : ${{ secrets.INTERNAL_CI_APP_ID }}
9191 private-key : ${{ secrets.INTERNAL_CI_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments