Skip to content

Commit 8732c35

Browse files
chore(deps): update actions/github-script action to v9
1 parent 4949c44 commit 8732c35

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/actions/ecosystem-ci-result/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
using: composite
2727
steps:
2828
- id: get-result
29-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3030
env:
3131
CI_OUTPUT: ${{ inputs.workflow-output }}
3232
JOB_PREFIX: ${{ inputs.job-prefix }}

.github/actions/ecosystem_ci_dispatch/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs:
5656
using: composite
5757
steps:
5858
- id: get-pr-number
59-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
59+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6060
name: Get PR Number
6161
with:
6262
script: |
@@ -97,7 +97,7 @@ runs:
9797
9898
- id: create-comment
9999
name: Create Comment
100-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
100+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
101101
if: steps.get-pr-number.outputs.result
102102
with:
103103
result-encoding: string
@@ -142,7 +142,7 @@ runs:
142142
- id: update-comment
143143
name: Update Comment
144144
if: steps.get-pr-number.outputs.result
145-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
145+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
146146
env:
147147
COMMENT_ID: ${{ steps.create-comment.outputs.result }}
148148
SUMMARY: ${{ steps.eco-ci-result.outputs.summary }}

.github/actions/ecosystem_ci_per_commit/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}
8484

8585
- id: create-commit-comment
86-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
86+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
8787
if: steps.eco_ci.outcome == 'failure'
8888
name: Create Commit Comment
8989
env:

0 commit comments

Comments
 (0)