forked from boto/boto3
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (29 loc) · 864 Bytes
/
codeql.yml
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
33
34
35
name: "CodeQL"
on:
push:
branches: ["develop"]
pull_request:
branches: ["develop"]
schedule:
- cron: "0 0 * * 5"
permissions: "read-all"
jobs:
analyze:
name: "Analyze"
runs-on: "ubuntu-latest"
permissions:
actions: read
contents: read
security-events: write
steps:
- name: "Checkout repository"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608"
- name: "Run CodeQL init"
uses: "github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276"
- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276"