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.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 76eaa584e..2442ae2a0 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -27,10 +27,11 @@ jobs:
27 contents: read 27 contents: read
28 security-events: write 28 security-events: write
29 runs-on: ubuntu-latest 29 runs-on: ubuntu-latest
30 timeout-minutes: 10
30 31
31 steps: 32 steps:
32 - name: Harden Runner 33 - name: Harden Runner
33 uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 34 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142
34 with: 35 with:
35 disable-sudo: true 36 disable-sudo: true
36 egress-policy: block 37 egress-policy: block
@@ -50,9 +51,9 @@ jobs:
50 51
51 # Initializes the CodeQL tools for scanning. 52 # Initializes the CodeQL tools for scanning.
52 - name: Initialize CodeQL 53 - name: Initialize CodeQL
53 uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 54 uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911
54 with: 55 with:
55 languages: python 56 languages: python
56 57
57 - name: Perform CodeQL Analysis 58 - name: Perform CodeQL Analysis
58 uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 59 uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911