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:
parent
20816c3c19
commit
124529e59e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
|
|
@ -7,6 +7,8 @@ on:
|
|||
jobs:
|
||||
check-fork:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
outputs:
|
||||
is_fork: ${{ steps.check.outputs.is_fork }}
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue