Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/ecosystem-ci-result/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
using: composite
steps:
- id: get-result
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
env:
CI_OUTPUT: ${{ inputs.workflow-output }}
JOB_PREFIX: ${{ inputs.job-prefix }}
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/ecosystem_ci_dispatch/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
using: composite
steps:
- id: get-pr-number
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
name: Get PR Number
with:
script: |
Expand Down Expand Up @@ -97,7 +97,7 @@ runs:

- id: create-comment
name: Create Comment
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
if: steps.get-pr-number.outputs.result
with:
result-encoding: string
Expand Down Expand Up @@ -142,7 +142,7 @@ runs:
- id: update-comment
name: Update Comment
if: steps.get-pr-number.outputs.result
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
env:
COMMENT_ID: ${{ steps.create-comment.outputs.result }}
SUMMARY: ${{ steps.eco-ci-result.outputs.summary }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/ecosystem_ci_per_commit/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runs:
workflow-output: ${{ toJson(steps.eco_ci.outputs) }}

- id: create-commit-comment
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
if: steps.eco_ci.outcome == 'failure'
name: Create Commit Comment
env:
Expand Down
Loading