diff options
| author | 2026-01-16 09:48:03 +0800 | |
|---|---|---|
| committer | 2026-01-16 09:48:03 +0800 | |
| commit | 88d2b67870203acc098ae09e3cc33009c4e6b6ad (patch) | |
| tree | 0477fdffcc61049be611a5772a288134e5c1e472 | |
| parent | 08e19bbf428b0295cbf36f8d36855ed686decd1a (diff) | |
| parent | 7c5e19592110577a9e6445ad15ad30dc3fe68bae (diff) | |
| download | DropOut-88d2b67870203acc098ae09e3cc33009c4e6b6ad.tar.gz DropOut-88d2b67870203acc098ae09e3cc33009c4e6b6ad.zip | |
Merge pull request #43 from HsiangNianian/security/alert-autofix-6
| -rw-r--r-- | .github/workflows/check.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 58fc378..1280ad7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,6 +13,8 @@ on: jobs: check: + permissions: + contents: read runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 |