ソースを参照

Merge pull request #4699 from sashashura/patch-32

GitHub Workflows security hardening
Lauri Ojansivu 2 年 前
コミット
344fa07316
1 ファイル変更3 行追加0 行削除
  1. 3 0
      .github/workflows/test_suite.yml

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

@@ -6,6 +6,9 @@ on:
       - master
   pull_request:
 
+permissions:
+  contents: read # to fetch code (actions/checkout)
+
 jobs:
 # the following are optional jobs and need to be configured according
 # to this project's settings: