Skip to content

Commit 46f5228

Browse files
committed
Improve CodeQL scan
1 parent c854a30 commit 46f5228

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: codeql
22

33
on:
4+
push:
5+
pull_request:
46
schedule:
57
- cron: '0 5 * * 3'
68

9+
permissions:
10+
contents: read
11+
pull-requests: read
12+
security-events: write
13+
714
jobs:
815
codeql:
916
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)