From ab77585296970a75745b87b5b6aabad09f3b79b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 07:27:57 +0000 Subject: [PATCH] chore(deps): update tdesignoteam/workflows digest to d6f2ca7 --- .github/workflows/pr-spell-check.yml | 2 +- .github/workflows/reusable-issue-help-wanted.yml | 2 +- .github/workflows/reusable-issue-mark-duplicate.yml | 2 +- .github/workflows/reusable-issue-need-reproduce.yml | 2 +- .github/workflows/reusable-issue-shoot.yml | 2 +- .github/workflows/reusable-issue-welcome.yml | 2 +- .github/workflows/reusable-pr-preview.yml | 6 +++--- .github/workflows/reusable-publish-npm.yml | 2 +- .github/workflows/reusable-unit-test.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/pr-spell-check.yml b/.github/workflows/pr-spell-check.yml index 1030f15..170b77d 100644 --- a/.github/workflows/pr-spell-check.yml +++ b/.github/workflows/pr-spell-check.yml @@ -4,6 +4,6 @@ on: jobs: call-check: - uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + uses: TDesignOteam/workflows/.github/workflows/reusable-spell-check.yml@d6f2ca72bb123b158ee978858591165a57cb446a # main with: config: .github/workflows/typos-config.toml diff --git a/.github/workflows/reusable-issue-help-wanted.yml b/.github/workflows/reusable-issue-help-wanted.yml index e4b6114..3501308 100644 --- a/.github/workflows/reusable-issue-help-wanted.yml +++ b/.github/workflows/reusable-issue-help-wanted.yml @@ -14,7 +14,7 @@ jobs: if: github.event.label.name == 'help wanted' runs-on: ubuntu-latest steps: - - uses: TDesignOteam/workflows/actions/issues-helper@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + - uses: TDesignOteam/workflows/actions/issues-helper@d6f2ca72bb123b158ee978858591165a57cb446a # main with: actions: create-comment token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-issue-mark-duplicate.yml b/.github/workflows/reusable-issue-mark-duplicate.yml index 6c2b096..9290f55 100644 --- a/.github/workflows/reusable-issue-mark-duplicate.yml +++ b/.github/workflows/reusable-issue-mark-duplicate.yml @@ -17,7 +17,7 @@ jobs: mark-duplicate: runs-on: ubuntu-latest steps: - - uses: TDesignOteam/workflows/actions/issues-helper@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + - uses: TDesignOteam/workflows/actions/issues-helper@d6f2ca72bb123b158ee978858591165a57cb446a # main with: actions: mark-duplicate token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-issue-need-reproduce.yml b/.github/workflows/reusable-issue-need-reproduce.yml index b7b9f65..98f014f 100644 --- a/.github/workflows/reusable-issue-need-reproduce.yml +++ b/.github/workflows/reusable-issue-need-reproduce.yml @@ -18,7 +18,7 @@ jobs: if: github.event.label.name == 'Need Reproduce' runs-on: ubuntu-latest steps: - - uses: TDesignOteam/workflows/actions/issues-helper@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + - uses: TDesignOteam/workflows/actions/issues-helper@d6f2ca72bb123b158ee978858591165a57cb446a # main with: actions: create-comment token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-issue-shoot.yml b/.github/workflows/reusable-issue-shoot.yml index dcf290d..29d5da4 100644 --- a/.github/workflows/reusable-issue-shoot.yml +++ b/.github/workflows/reusable-issue-shoot.yml @@ -51,7 +51,7 @@ jobs: deadline: ${{ steps.config.outputs.deadline }} - name: Update issue - uses: TDesignOteam/workflows/actions/issues-helper@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + uses: TDesignOteam/workflows/actions/issues-helper@d6f2ca72bb123b158ee978858591165a57cb446a # main with: actions: update-issue token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-issue-welcome.yml b/.github/workflows/reusable-issue-welcome.yml index b516144..f3d38be 100644 --- a/.github/workflows/reusable-issue-welcome.yml +++ b/.github/workflows/reusable-issue-welcome.yml @@ -17,7 +17,7 @@ jobs: add-comment: runs-on: ubuntu-latest steps: - - uses: TDesignOteam/workflows/actions/issues-helper@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + - uses: TDesignOteam/workflows/actions/issues-helper@d6f2ca72bb123b158ee978858591165a57cb446a # main with: actions: create-comment token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/reusable-pr-preview.yml b/.github/workflows/reusable-pr-preview.yml index 2ae3c9f..78b6b81 100644 --- a/.github/workflows/reusable-pr-preview.yml +++ b/.github/workflows/reusable-pr-preview.yml @@ -41,7 +41,7 @@ jobs: echo the preview URL is $DEPLOY_DOMAIN echo "url=$DEPLOY_DOMAIN" >> $GITHUB_OUTPUT - name: update status comment - uses: TDesignOteam/workflows/actions/maintain-one-comment@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + uses: TDesignOteam/workflows/actions/maintain-one-comment@d6f2ca72bb123b158ee978858591165a57cb446a # main with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -56,7 +56,7 @@ jobs: - name: The job failed if: ${{ failure() }} - uses: TDesignOteam/workflows/actions/maintain-one-comment@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + uses: TDesignOteam/workflows/actions/maintain-one-comment@d6f2ca72bb123b158ee978858591165a57cb446a # main with: token: ${{ secrets.GITHUB_TOKEN }} body: | @@ -81,7 +81,7 @@ jobs: id: pr run: echo "id=$(> $GITHUB_OUTPUT - name: The job failed - uses: TDesignOteam/workflows/actions/maintain-one-comment@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + uses: TDesignOteam/workflows/actions/maintain-one-comment@d6f2ca72bb123b158ee978858591165a57cb446a # main with: token: ${{ secrets.GITHUB_TOKEN }} body: | diff --git a/.github/workflows/reusable-publish-npm.yml b/.github/workflows/reusable-publish-npm.yml index 0826708..b76b134 100644 --- a/.github/workflows/reusable-publish-npm.yml +++ b/.github/workflows/reusable-publish-npm.yml @@ -116,7 +116,7 @@ jobs: tag_name=${ref_name//./_} echo "domain=https://$tag_name-$project_name.surge.sh" >> $GITHUB_OUTPUT - - uses: TDesignOteam/workflows/actions/setup-surge@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + - uses: TDesignOteam/workflows/actions/setup-surge@d6f2ca72bb123b158ee978858591165a57cb446a # main with: project: _site domain: ${{ steps.domain.outputs.domain }} diff --git a/.github/workflows/reusable-unit-test.yml b/.github/workflows/reusable-unit-test.yml index cf71192..96ffd62 100644 --- a/.github/workflows/reusable-unit-test.yml +++ b/.github/workflows/reusable-unit-test.yml @@ -23,7 +23,7 @@ jobs: check-email: runs-on: ubuntu-latest steps: - - uses: TDesignOteam/workflows/actions/check-email@03665411530c1eeaab075891d2ae88d9fe77cbc5 # main + - uses: TDesignOteam/workflows/actions/check-email@d6f2ca72bb123b158ee978858591165a57cb446a # main test: runs-on: ubuntu-latest