Skip to content

Commit ea9c12a

Browse files
chore(deps): update actions-cool/maintain-one-comment digest to 9098422 (ant-design#57657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>
1 parent 0d5f163 commit ea9c12a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pr-contributor-welcome.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
echo "COUNT=$DATA_LENGTH" >> $GITHUB_OUTPUT
4242
- name: Comment on PR
4343
if: steps.get_commit_count.outputs.COUNT < 3
44-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
44+
uses: actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
body: |

.github/workflows/preview-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${SURGE_TOKEN}
127127
128128
- name: success comment
129-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
129+
uses: actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
130130
if: ${{ steps.deploy.outcome == 'success' }}
131131
with:
132132
token: ${{ secrets.GITHUB_TOKEN }}
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: failed comment
140140
if: ${{ fromJSON(needs.upstream-workflow-summary.outputs.build-failure) || steps.deploy.outcome == 'failure' || failure() }}
141-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
141+
uses: actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
142142
with:
143143
token: ${{ secrets.GITHUB_TOKEN }}
144144
body: |

.github/workflows/preview-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: blacksmith-4vcpu-ubuntu-2404
2323
steps:
2424
- name: update status comment
25-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
25+
uses: actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
body: |

.github/workflows/visual-regression-diff-finish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
echo "${delimiter}" >> "${GITHUB_OUTPUT}"
154154
155155
- name: success comment
156-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
156+
uses: actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
157157
if: ${{ steps.report.outcome == 'success' }}
158158
with:
159159
token: ${{ secrets.GITHUB_TOKEN }}
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: failed comment
167167
if: ${{ steps.download_report.outcome == 'failure' || steps.report.outcome == 'failure' || failure() }}
168-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
168+
uses: actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
169169
with:
170170
token: ${{ secrets.GITHUB_TOKEN }}
171171
body: |

.github/workflows/visual-regression-diff-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
timeout-minutes: 10
2929
steps:
3030
- name: update status comment
31-
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
31+
uses: actions-cool/maintain-one-comment@909842216bc8e8658364c572ec52100f4c2cc50a # v3
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
body: |

0 commit comments

Comments
 (0)