aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b4ff6fd9c..5c20f9892 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -160,7 +160,7 @@ jobs:
160 160
161 # Initializes the CodeQL tools for scanning. 161 # Initializes the CodeQL tools for scanning.
162 - name: Initialize CodeQL 162 - name: Initialize CodeQL
163 uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 163 uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea
164 with: 164 with:
165 languages: cpp 165 languages: cpp
166 166
@@ -171,4 +171,4 @@ jobs:
171 run: make -j "$(nproc)" 171 run: make -j "$(nproc)"
172 172
173 - name: Perform CodeQL Analysis 173 - name: Perform CodeQL Analysis
174 uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 174 uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 8d276a00e..85b75a126 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -51,9 +51,9 @@ jobs:
51 51
52 # Initializes the CodeQL tools for scanning. 52 # Initializes the CodeQL tools for scanning.
53 - name: Initialize CodeQL 53 - name: Initialize CodeQL
54 uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 54 uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea
55 with: 55 with:
56 languages: python 56 languages: python
57 57
58 - name: Perform CodeQL Analysis 58 - name: Perform CodeQL Analysis
59 uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 59 uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea