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>
This commit is contained in:
VirtuBox
2025-05-21 11:16:20 +02:00
committed by GitHub
parent dc7ca49ba3
commit a2d20f52a5

View File

@@ -1,4 +1,8 @@
name: 'Close stale issues and PRs' name: 'Close stale issues and PRs'
permissions:
contents: read
issues: write
pull-requests: write
on: on:
schedule: schedule:
- cron: '0 0 1 */6 *' - cron: '0 0 1 */6 *'