Explorar o código

Merge pull request #4699 from sashashura/patch-32

GitHub Workflows security hardening
Lauri Ojansivu %!s(int64=2) %!d(string=hai) anos
pai
achega
344fa07316
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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: