We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f63d79 commit 2cc3f12Copy full SHA for 2cc3f12
1 file changed
.github/workflows/codeql-analysis.yml
@@ -1,16 +1,21 @@
1
-# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning
2
name: "CodeQL"
3
4
on:
5
- push: {}
+ push:
+ branches: [ "main" ]
6
pull_request:
7
- # The branches below must be a subset of the branches above
8
- branches: [ main ]
+ schedule:
9
+ - cron: '39 7 * * 6'
10
11
jobs:
12
analyze:
13
name: Analyze
14
runs-on: ubuntu-latest
15
+ permissions:
16
+ actions: read
17
+ contents: read
18
+ security-events: write
19
20
strategy:
21
fail-fast: false
0 commit comments