File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 44# the above-mentioned repo.
55
66name : CodeQL
7- permissions :
8- actions : read
9- contents : read
10- security-events : write
7+ permissions : {}
118
129on :
10+ pull_request :
1311 push :
1412 branches :
1513 - master
16- pull_request :
1714 schedule :
1815 - cron : ' 00 12 * * 0' # every Sunday at 12:00 UTC
1916
2623 name : CodeQL
2724 uses : LizardByte/.github/.github/workflows/__call-codeql.yml@master
2825 if : ${{ github.repository != 'LizardByte/.github' }}
26+ permissions :
27+ actions : read
28+ contents : read
29+ security-events : write
Original file line number Diff line number Diff line change 44# the above-mentioned repo.
55
66name : common lint
7- permissions :
8- contents : read
7+ permissions : {}
98
109on :
1110 pull_request :
1918 name : Common Lint
2019 uses : LizardByte/.github/.github/workflows/__call-common-lint.yml@master
2120 if : ${{ github.repository != 'LizardByte/.github' }}
21+ permissions :
22+ contents : read
You can’t perform that action at this time.
0 commit comments