Skip to content

Commit 682b0cb

Browse files
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#159)
* Potential fix for code scanning alert no. 3: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> * Update stale-bot.yml --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 37a06b4 commit 682b0cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stale-bot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919

2020
jobs:
2121
stale-close:
22+
permissions:
23+
contents: read
24+
issues: write
25+
pull-requests: write
2226
runs-on: ubuntu-latest
2327
steps:
2428
- name: Mark the issues/pr

0 commit comments

Comments
 (0)