mirror of
https://github.com/tw93/Mole.git
synced 2026-03-22 20:50:06 +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:
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
@@ -66,6 +66,8 @@ jobs:
|
|||||||
name: Check
|
name: Check
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
needs: format
|
needs: format
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user