-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (29 loc) · 809 Bytes
/
Copy pathcodeql.yml
File metadata and controls
32 lines (29 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: CodeQL
permissions:
actions: read
contents: read
security-events: write
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
merge_group:
types: [checks_requested]
schedule:
- cron: "23 3 * * 1"
workflow_dispatch:
jobs:
codeql:
permissions:
actions: read
contents: read
security-events: write
uses: Prekzursil/quality-zero-platform/.github/workflows/reusable-codeql.yml@b95033002271d49cf6526e19baba506fd2419c07
with:
repo_slug: ${{ github.repository }}
event_name: ${{ github.event_name }}
sha: ${{ github.event.pull_request.head.sha || github.sha }}
platform_repository: Prekzursil/quality-zero-platform
platform_ref: main
codeql_config_file: ./.github/codeql/codeql-config.yml