We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c67b6 commit 30f4e69Copy full SHA for 30f4e69
.github/workflows/build.yml
@@ -63,17 +63,23 @@ jobs:
63
python-version: "3.11"
64
cache: "pip"
65
66
+ - name: Run pre-commit
67
+ uses: pre-commit/[email protected]
68
+
69
+ sast:
70
+ runs-on: ubuntu-latest
71
72
+ steps:
73
+ - uses: actions/checkout@v4
74
+ - uses: actions/setup-python@v5
75
+ with:
76
+ python-version: "3.11"
77
78
- name: Initialize CodeQL
79
uses: github/codeql-action/init@v3
80
with:
81
languages: python
82
config-file: ./.github/codeql-config.yml
83
- - name: Install dependencies
- run: pip install -r requirements.txt
-
- - name: Run pre-commit
- uses: pre-commit/[email protected]
84
- name: Perform CodeQL Analysis
85
uses: github/codeql-action/analyze@v3
0 commit comments