1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-22 22:30:08 +00:00

Potential fix for code scanning alert no. 7: Checkout of untrusted code in trusted context

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Tw93
2026-03-14 23:08:29 +08:00
committed by GitHub
parent c1d2e221a2
commit c7f59a4d33

View File

@@ -66,6 +66,8 @@ jobs:
name: Check
runs-on: macos-latest
needs: format
permissions:
contents: read
steps:
- name: Checkout