aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-c.yml')
-rw-r--r--.github/workflows/check-c.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index b1bda3bd4..deadfcb07 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 157 uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0
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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 168 uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0