ci: make ci safe using zizmor (#13397)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong 2025-02-10 12:26:08 +08:00 committed by GitHub
commit 9f3fc7ebf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 39 additions and 4 deletions

View file

@ -22,6 +22,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Check changed files
id: changed-files