Skip to content

Commit 361095b

Browse files
committed
Added CodeQL code
1 parent a2b8c8c commit 361095b

File tree

9 files changed

+27
-377
lines changed

9 files changed

+27
-377
lines changed

.github/workflows/codeql.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
jobs:
2+
analyze:
3+
name: Analyze
4+
permissions:
5+
actions: read
6+
contents: read
7+
security-events: write
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v3
12+
- name: Initialize CodeQL
13+
uses: github/codeql-action/init@v2
14+
with:
15+
languages: python
16+
queries: security-and-quality
17+
- name: Autobuild
18+
uses: github/codeql-action/autobuild@v2
19+
- name: Perform CodeQL Analysis
20+
uses: github/codeql-action/analyze@v2
21+
strategy:
22+
fail-fast: false
23+
name: CodeQL
24+
'on':
25+
push:
26+
branches:
27+
- main

.github/workflows/docs.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/lock.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/pre_commit.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/rerun-test.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/stale.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)