aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-c.yml4
-rw-r--r--.github/workflows/check-python.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 09eca8631..16e034d48 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -150,7 +150,7 @@ jobs:
150 150
151 # Initializes the CodeQL tools for scanning. 151 # Initializes the CodeQL tools for scanning.
152 - name: Initialize CodeQL 152 - name: Initialize CodeQL
153 uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba 153 uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
154 with: 154 with:
155 languages: cpp 155 languages: cpp
156 156
@@ -161,4 +161,4 @@ jobs:
161 run: make -j "$(nproc)" 161 run: make -j "$(nproc)"
162 162
163 - name: Perform CodeQL Analysis 163 - name: Perform CodeQL Analysis
164 uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba 164 uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 194b0857b..76eaa584e 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -50,9 +50,9 @@ jobs:
50 50
51 # Initializes the CodeQL tools for scanning. 51 # Initializes the CodeQL tools for scanning.
52 - name: Initialize CodeQL 52 - name: Initialize CodeQL
53 uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba 53 uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
54 with: 54 with:
55 languages: python 55 languages: python
56 56
57 - name: Perform CodeQL Analysis 57 - name: Perform CodeQL Analysis
58 uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba 58 uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923