Fix: Add explicit permissions block to copilot-setup workflow for security

Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-10 20:49:16 +00:00
parent 1568334c03
commit 5d35a2e3fa

View File

@@ -14,6 +14,8 @@ jobs:
copilot-setup:
name: Setup Development Environment for Copilot
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository