Skip to content

Commit c25aaa9

Browse files
authored
Merge pull request #16316 from IgniteUI/alert-autofix-9
Potential fix for code scanning alert no. 9: Workflow does not contain permissions
2 parents ea7bb2a + 377d393 commit c25aaa9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/stale.yml

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

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

1217
steps:

0 commit comments

Comments
 (0)