aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-python.yml')
-rw-r--r--.github/workflows/check-python.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 5d4320809..62f5b1ce6 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -3,6 +3,7 @@
3name: Check-Python 3name: Check-Python
4 4
5on: 5on:
6 workflow_dispatch:
6 push: 7 push:
7 branches-ignore: 8 branches-ignore:
8 - 'dependabot/**' 9 - 'dependabot/**'
@@ -49,9 +50,9 @@ jobs:
49 50
50 # Initializes the CodeQL tools for scanning. 51 # Initializes the CodeQL tools for scanning.
51 - name: Initialize CodeQL 52 - name: Initialize CodeQL
52 uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 53 uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
53 with: 54 with:
54 languages: python 55 languages: python
55 56
56 - name: Perform CodeQL Analysis 57 - name: Perform CodeQL Analysis
57 uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 58 uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9