File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Download analysis artifacts
27- uses : actions/github-script@v7
27+ uses : actions/github-script@v8
2828 env :
2929 WORKFLOW_RUN_ID : ${{ github.event.workflow_run.id }}
3030 with :
8282 [ -f "pr-data/status.txt" ] && echo "status=$(cat pr-data/status.txt)" >> $GITHUB_OUTPUT
8383
8484 - name : Post AI review comment
85- uses : actions/github-script@v7
85+ uses : actions/github-script@v8
8686 env :
8787 PR_NUMBER : ${{ steps.extract-data.outputs.pr-number }}
8888 HEAD_SHA : ${{ steps.extract-data.outputs.head-sha }}
@@ -167,7 +167,7 @@ jobs:
167167
168168 steps :
169169 - name : Download failure artifacts (if any)
170- uses : actions/github-script@v7
170+ uses : actions/github-script@v8
171171 continue-on-error : true
172172 env :
173173 WORKFLOW_RUN_ID : ${{ github.event.workflow_run.id }}
@@ -214,7 +214,7 @@ jobs:
214214 fi
215215
216216 - name : Create failure issue
217- uses : actions/github-script@v7
217+ uses : actions/github-script@v8
218218 env :
219219 PR_NUMBER : ${{ steps.extract-pr.outputs.pr-number }}
220220 WORKFLOW_HTML_URL : ${{ github.event.workflow_run.html_url }}
Original file line number Diff line number Diff line change 4444 fi
4545
4646 - name : Setup Node.js
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v5
4848 with :
4949 node-version : ' 16'
5050 # Use conditional caching based on package-lock.json existence
@@ -113,7 +113,7 @@ jobs:
113113 fi
114114
115115 - name : Setup Node.js
116- uses : actions/setup-node@v4
116+ uses : actions/setup-node@v5
117117 with :
118118 node-version : ' 16'
119119 # Use conditional caching based on package-lock.json existence
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ jobs:
160160 " > assistant-response.txt
161161
162162 - name : Post AI Assistant Response
163- uses : actions/github-script@v7
163+ uses : actions/github-script@v8
164164 env :
165165 # SECURITY: Use environment variables for safe handling
166166 COMMENT_USER : ${{ github.event.comment.user.login }}
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217
218218 - name : Create Workflow Summary
219219 if : steps.changed-files.outputs.any_changed == 'true'
220- uses : actions/github-script@v7
220+ uses : actions/github-script@v8
221221 env :
222222 CHANGED_FILES : ${{ steps.changed-files.outputs.all_changed_files }}
223223 FILES_COUNT : ${{ steps.changed-files.outputs.all_changed_files_count }}
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 triage :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/labeler@v5
22+ - uses : actions/labeler@v6
2323 with :
2424 repo-token : ${{ secrets.GITHUB_TOKEN }}
2525 configuration-path : .github/labeler.yml
2626 sync-labels : false
27- - uses : actions/stale@v9
27+ - uses : actions/stale@v10
2828 with :
2929 days-before-stale : 30
3030 days-before-close : 7
You can’t perform that action at this time.
0 commit comments