Skip to content

Commit f5ebc52

Browse files
Potential fix for code scanning alert no. 8: Workflow does not contain permissions (#13670)
* Potential fix for code scanning alert no. 8: 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: Glenn Jocher <[email protected]> * Update merge-main-into-prs.yml Signed-off-by: Glenn Jocher <[email protected]> --------- Signed-off-by: Glenn Jocher <[email protected]> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent b440da3 commit f5ebc52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/merge-main-into-prs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
name: Merge main into PRs
77

8+
permissions:
9+
contents: read
10+
pull-requests: write
11+
812
on:
913
workflow_dispatch:
1014
# push:

0 commit comments

Comments
 (0)