Skip to content

Commit ffeb57f

Browse files
chore(deps): update actions/github-script action to v8 (#599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4f07c7b commit ffeb57f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/eco-ci-result/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
using: 'composite'
1616
steps:
1717
- id: get-result
18-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
18+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
1919
env:
2020
CI_OUTPUT: ${{ inputs.workflow-output }}
2121
with:

.github/workflows/ecosystem-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}
9090

9191
- id: create-commit-comment
92-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
92+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
9393
if: steps.eco_ci.outcome == 'failure'
9494
name: Create Commit Comment
9595
with:
@@ -107,7 +107,7 @@ jobs:
107107
if: github.repository == 'web-infra-dev/rstest' && github.event_name == 'workflow_dispatch'
108108
steps:
109109
- id: get-pr-number
110-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
110+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
111111
name: Get PR Number
112112
with:
113113
script: |
@@ -132,7 +132,7 @@ jobs:
132132
133133
- id: create-comment
134134
name: Create Comment
135-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
135+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
136136
if: steps.get-pr-number.outputs.result
137137
with:
138138
result-encoding: string
@@ -173,7 +173,7 @@ jobs:
173173
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}
174174

175175
- id: update-comment
176-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
176+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
177177
if: steps.get-pr-number.outputs.result
178178
name: Update Comment
179179
with:

0 commit comments

Comments
 (0)