File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
1919
2020 - name : Setup Node.js
21- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
21+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222 with :
2323 node-version : ${{ inputs.node-version }}
2424
Original file line number Diff line number Diff line change 2828 steps :
2929 - name : Get PR information
3030 id : pr-info
31- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
31+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3232 with :
3333 script : |
3434 // Get PR from the workflow_run event
8282
8383 - name : Checkout repository
8484 if : steps.pr-info.outputs.skip != 'true'
85- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
85+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8686 with :
8787 fetch-depth : 0
8888 ref : ${{ steps.pr-info.outputs.head_ref }}
9191 - name : Auto-fix dependencies
9292 if : steps.pr-info.outputs.skip != 'true'
9393 id : auto-fix
94- uses : anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
94+ uses : anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
9595 with :
9696 # Requires the CLAUDE_CODE_OAUTH_TOKEN environment secret on claude-autofix.
9797 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
36+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737 with :
3838 persist-credentials : false
3939
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
39+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4040 with :
4141 persist-credentials : false
4242
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
42+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4343 with :
4444 persist-credentials : false
4545
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 actions : read # Required for Claude to read CI results on PRs
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
33+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434 with :
3535 fetch-depth : 1
3636 persist-credentials : false
3737
3838 - name : Run Claude Code
3939 id : claude
40- uses : anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1.0.133
40+ uses : anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140
4141 with :
4242 # Requires the CLAUDE_CODE_OAUTH_TOKEN environment secret on claude-manual.
4343 claude_code_oauth_token : ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 fetch-depth : 0
2626 persist-credentials : false
2727
2828 - name : Run gitleaks
29- uses : gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2
29+ uses : gitleaks/gitleaks-action@ff98106e4c7b2bc287b24eaf42907196329070c7 # v2.3.9
3030 env :
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3232 GITLEAKS_CONFIG : .gitleaks.toml
Original file line number Diff line number Diff line change 2525 pull-requests : write
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929 with :
3030 persist-credentials : false
3131
4444 actions : read
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
47+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848 with :
4949 persist-credentials : false
5050
Original file line number Diff line number Diff line change 2121 statuses : write
2222 steps :
2323 - name : Check all required workflows passed
24- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
24+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2525 with :
2626 script : |
2727 const workflowRun = context.payload.workflow_run;
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
37+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 with :
3939 persist-credentials : false
4040
You can’t perform that action at this time.
0 commit comments