File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5252 - name : Checkout repository
5353 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454 - name : " Label PR based on title"
55- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
55+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5656 env :
5757 PR_NUMBER : ${{ needs.get_pr_details.outputs.prNumber }}
5858 PR_TITLE : ${{ needs.get_pr_details.outputs.prTitle }}
Original file line number Diff line number Diff line change 5050 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151 # Maintenance: Persist state per PR as an artifact to avoid spam on label add
5252 - name : " Suggest split large Pull Request"
53- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
53+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5454 env :
5555 PR_NUMBER : ${{ needs.get_pr_details.outputs.prNumber }}
5656 PR_ACTION : ${{ needs.get_pr_details.outputs.prAction }}
Original file line number Diff line number Diff line change 5151 steps :
5252 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5353 - name : " Label PR related issue for release"
54- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
54+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5555 env :
5656 PR_NUMBER : ${{ needs.get_pr_details.outputs.prNumber }}
5757 PR_BODY : ${{ needs.get_pr_details.outputs.prBody }}
Original file line number Diff line number Diff line change 4848 steps :
4949 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050 - name : " Extract PR details"
51- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
51+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
5252 with :
5353 script : |
5454 const script = require('.github/scripts/save_pr_details.js')
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ jobs:
377377 integrity_hash : ${{ needs.seal.outputs.integrity_hash }}
378378 artifact_name : ${{ needs.seal.outputs.artifact_name }}
379379 - name : Close issues related to this release
380- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
380+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
381381 with :
382382 github-token : ${{ secrets.GITHUB_TOKEN }}
383383 script : |
Original file line number Diff line number Diff line change 7878 - name : Checkout repository # in case caller workflow doesn't checkout thus failing with file not found
7979 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080 - name : " Download previously saved PR"
81- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
81+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
8282 env :
8383 WORKFLOW_ID : ${{ inputs.record_pr_workflow_id }}
8484 # For security, we only download artifacts tied to the successful PR recording workflow
You can’t perform that action at this time.
0 commit comments