Преглед изворни кода

Merge branch '6.4.x' into 6.5.x

Rob Winch пре 2 месеци
родитељ
комит
b4418014aa
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      .github/workflows/codeql.yml

+ 5 - 1
.github/workflows/codeql.yml

@@ -7,7 +7,11 @@ on:
   schedule:
     # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
     - cron: '0 5 * * *'
-
+permissions: read-all
 jobs:
   codeql-analysis-call:
+    permissions:
+      actions: read
+      contents: read
+      security-events: write
     uses: spring-io/github-actions/.github/workflows/codeql-analysis.yml@1