We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff807a commit bd91280Copy full SHA for bd91280
.github/workflows/codeql.yml
@@ -8,22 +8,19 @@ on:
8
schedule:
9
- cron: '31 11 * * 2'
10
11
+permissions: read-all
12
+
13
jobs:
14
analyze:
15
name: Analyze (${{ matrix.language }})
16
runs-on: 'ubuntu-latest'
17
timeout-minutes: 360
18
permissions:
- # required for all workflows
19
+ contents: read
20
security-events: write
-
- # required to fetch internal or private CodeQL packs
21
+ pull-requests: read
22
packages: read
23
- # only required for workflows in private repositories
24
- actions: read
25
- contents: read
26
27
strategy:
28
fail-fast: false
29
matrix:
0 commit comments