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 f5a479d commit ef07b9cCopy full SHA for ef07b9c
.github/workflows/codeql.yaml
@@ -7,12 +7,12 @@ name: "CodeQL"
7
8
on:
9
push:
10
- branches: [ master ]
+ branches: [ main ]
11
pull_request:
12
# The branches below must be a subset of the branches above
13
14
schedule:
15
- - cron: '0 17 * * 5'
+ - cron: '30 1 * * 0'
16
17
jobs:
18
analyze:
@@ -23,6 +23,10 @@ jobs:
23
# required for all workflows
24
security-events: write
25
26
+ # only required for workflows in private repositories
27
+ actions: read
28
+ contents: read
29
+
30
strategy:
31
fail-fast: false
32
matrix:
0 commit comments