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 }}
@@ -160,7 +160,7 @@ jobs:
160160
161161 steps :
162162 - name : Download failure artifacts (if any)
163- uses : actions/github-script@v7
163+ uses : actions/github-script@v8
164164 continue-on-error : true
165165 env :
166166 WORKFLOW_RUN_ID : ${{ github.event.workflow_run.id }}
@@ -207,7 +207,7 @@ jobs:
207207 fi
208208
209209 - name : Create failure issue
210- uses : actions/github-script@v7
210+ uses : actions/github-script@v8
211211 env :
212212 PR_NUMBER : ${{ steps.extract-pr.outputs.pr-number }}
213213 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 @@ -148,7 +148,7 @@ jobs:
148148 " > assistant-response.txt
149149
150150 - name : Post AI Assistant Response
151- uses : actions/github-script@v7
151+ uses : actions/github-script@v8
152152 env :
153153 # SECURITY: Use environment variables for safe handling
154154 COMMENT_USER : ${{ github.event.comment.user.login }}
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192192
193193 - name : Create Workflow Summary
194194 if : steps.changed-files.outputs.any_changed == 'true'
195- uses : actions/github-script@v7
195+ uses : actions/github-script@v8
196196 env :
197197 CHANGED_FILES : ${{ steps.changed-files.outputs.all_changed_files }}
198198 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