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 deadfcb07..dcd7bbcc0 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -154,7 +154,7 @@ jobs:
154 154
155 # Initializes the CodeQL tools for scanning. 155 # Initializes the CodeQL tools for scanning.
156 - name: Initialize CodeQL 156 - name: Initialize CodeQL
157 uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 157 uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea
158 with: 158 with:
159 languages: cpp 159 languages: cpp
160 160
@@ -165,4 +165,4 @@ jobs:
165 run: make -j "$(nproc)" 165 run: make -j "$(nproc)"
166 166
167 - name: Perform CodeQL Analysis 167 - name: Perform CodeQL Analysis
168 uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 168 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