mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-04-19 21:42:04 +00:00
Potential fix for code scanning alert no. 30: 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
bd10a420f6
commit
a4c4fe6a06
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pr-branch-check.yml
vendored
3
.github/workflows/pr-branch-check.yml
vendored
|
|
@ -1,5 +1,8 @@
|
|||
name: Enforce allowed branches for PRs to main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Reference in a new issue