Skip to content

Commit 908d49d

Browse files
ci: pin actions-cool/maintain-one-comment (ant-design#57654)
* chore(deps): update dependency @eslint-react/eslint-plugin to v4 * add pin * fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: thinkasany <480968828@qq.com>
1 parent 834e294 commit 908d49d

3 files changed

Lines changed: 3 additions & 3 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
44+
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
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
25+
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
2626
with:
2727
token: ${{ secrets.GITHUB_TOKEN }}
2828
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
31+
uses: actions-cool/maintain-one-comment@4b2dbf086015f892dcb5e8c1106f5fccd6c1476b # v3
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434
body: |

0 commit comments

Comments
 (0)