Skip to content

Commit ce301c0

Browse files
authored
chore: fix ci security (#241)
1 parent 80cd3d9 commit ce301c0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue-assignees.temp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: steps.assignees.outputs.contributors != ''
2929
uses: actions-cool/issues-helper@v3
3030
with:
31-
actions: 'add-assignees'
31+
actions: "add-assignees"
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
issue-number: ${{ github.event.issue.number }}
3434
assignees: ${{ steps.assignees.outputs.contributors }}
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: 通知贡献者
4343
if: steps.assignees.outputs.contributors != ''
44-
uses: actions-cool/maintain-one-comment@v2.0.0
44+
uses: TDesignOteam/workflows/actions/maintain-one-comment@main
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
body: |

0 commit comments

Comments
 (0)