소스 검색

Add explicit permissions to macOS workflow for security

Co-authored-by: djeada <[email protected]>
copilot-swe-agent[bot] 1 개월 전
부모
커밋
c166308b15
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/macos.yml

+ 3 - 0
.github/workflows/macos.yml

@@ -1,6 +1,9 @@
 name: macOS Build
 on: [push, pull_request]
 
+permissions:
+  contents: read
+
 jobs:
   build-macos:
     runs-on: macos-latest