Skip to content

Commit 7355f9f

Browse files
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Alex Wichmann <VisualBean@users.noreply.github.com>
1 parent 0496eb5 commit 7355f9f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/do_not_merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
types: [opened, reopened, labeled, unlabeled, synchronize, edited, ready_for_review]
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
block:
912
name: Block if do not merge

0 commit comments

Comments
 (0)