Skip to content

Commit 16cb9ab

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#49)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 32c71c7 commit 16cb9ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ on:
22
pull_request_target:
33

44
name: CI - Pull Request
5+
permissions:
6+
contents: read
7+
pull-requests: write
8+
actions: write
59

610
jobs:
711
set-env:

0 commit comments

Comments
 (0)