Skip to content

Commit 8ca4b58

Browse files
Fix for code scanning alert no. 1: Workflow does not contain permissions (#1872)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 72799ff commit 8ca4b58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/identify-old-issues-and-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: Identify old issues and PR
2+
permissions:
3+
contents: read
4+
issues: write
5+
pull-requests: write
26

37
on:
48
schedule:

0 commit comments

Comments
 (0)