mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2026-01-11 16:17:04 +01:00
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:
2
.github/workflows/copilot-setup.yml
vendored
2
.github/workflows/copilot-setup.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
copilot-setup:
|
copilot-setup:
|
||||||
name: Setup Development Environment for Copilot
|
name: Setup Development Environment for Copilot
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user