Skip to content

Commit b1b4366

Browse files
Potential fix for code scanning alert no. 1: 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 b1b4366

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/first-interaction.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
types:
88
- opened
99

10+
permissions:
11+
contents: read
12+
issues: write
13+
pull-requests: write
14+
1015
jobs:
1116
first-interaction:
1217
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)