forked from ChelseaKR/habitable
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (29 loc) · 801 Bytes
/
Copy pathcodeql.yml
File metadata and controls
32 lines (29 loc) · 801 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
# SPDX-License-Identifier: AGPL-3.0-or-later
name: codeql
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "37 4 * * 1" # weekly, Monday 04:37 UTC
permissions:
contents: read
jobs:
analyze:
name: CodeQL (python)
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
with:
languages: python
queries: security-extended
- name: Analyze
uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3