Potential fix for code scanning alert no. 24: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
Daniel Chalef 2025-10-30 16:56:17 -07:00 committed by GitHub
parent 20816c3c19
commit 124529e59e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,8 @@ on:
jobs:
check-fork:
runs-on: ubuntu-latest
permissions:
contents: read
outputs:
is_fork: ${{ steps.check.outputs.is_fork }}
steps: