Skip to content

Commit d60f7c1

Browse files
Potential fix for code scanning alert no. 4: Workflow does not contain permissions (#34)
Signed-off-by: Alex Wichmann <VisualBean@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 723a99d commit d60f7c1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-title-lint.yml

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

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
711
jobs:
812
lint-pr-title:
913
name: Lint PR title

0 commit comments

Comments
 (0)