Explorar el Código

Update codeql-analysis.yml

tags/v2.1.2^2
Sergey Arkhipov hace 4 años
padre
commit
6bbdd99e7f
No account linked to committer's email address
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      .github/workflows/codeql-analysis.yml

+ 8
- 0
.github/workflows/codeql-analysis.yml Ver fichero

11
 #
11
 #
12
 name: "CodeQL"
12
 name: "CodeQL"
13
 
13
 
14
+# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
15
+# https://github.com/github/codeql-action/issues/572
16
+permissions:
17
+  actions: read
18
+  contents: read
19
+  pull-requests: read
20
+  security-events: write
21
+
14
 on:
22
 on:
15
   push:
23
   push:
16
     branches: 
24
     branches: 

Loading…
Cancelar
Guardar