Skip to content

Commit 6473f71

Browse files
Potential fix for code scanning alert no. 1811: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 211c224 commit 6473f71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/close-old-issue.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
close-issues:
88
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
911

1012
steps:
1113
- name: Checkout Repository

0 commit comments

Comments
 (0)