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 }}
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - name : Download failure artifacts (if any)
164- uses : actions/github-script@v7
164+ uses : actions/github-script@v8
165165 continue-on-error : true
166166 env :
167167 WORKFLOW_RUN_ID : ${{ github.event.workflow_run.id }}
@@ -208,7 +208,7 @@ jobs:
208208 fi
209209
210210 - name : Create failure issue
211- uses : actions/github-script@v7
211+ uses : actions/github-script@v8
212212 env :
213213 PR_NUMBER : ${{ steps.extract-pr.outputs.pr-number }}
214214 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 @@ -151,7 +151,7 @@ jobs:
151151 " > assistant-response.txt
152152
153153 - name : Post AI Assistant Response
154- uses : actions/github-script@v7
154+ uses : actions/github-script@v8
155155 env :
156156 # SECURITY: Use environment variables for safe handling
157157 COMMENT_USER : ${{ github.event.comment.user.login }}
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198198
199199 - name : Create Workflow Summary
200200 if : steps.changed-files.outputs.any_changed == 'true'
201- uses : actions/github-script@v7
201+ uses : actions/github-script@v8
202202 env :
203203 CHANGED_FILES : ${{ steps.changed-files.outputs.all_changed_files }}
204204 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