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 d8751ddc7..cf44474ca 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -147,7 +147,7 @@ jobs:
147 147
148 # Initializes the CodeQL tools for scanning. 148 # Initializes the CodeQL tools for scanning.
149 - name: Initialize CodeQL 149 - name: Initialize CodeQL
150 uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 150 uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
151 with: 151 with:
152 languages: cpp 152 languages: cpp
153 153
@@ -158,4 +158,4 @@ jobs:
158 run: make -j "$(nproc)" 158 run: make -j "$(nproc)"
159 159
160 - name: Perform CodeQL Analysis 160 - name: Perform CodeQL Analysis
161 uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 161 uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 50ddf5669..5786d568a 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -47,9 +47,9 @@ jobs:
47 47
48 # Initializes the CodeQL tools for scanning. 48 # Initializes the CodeQL tools for scanning.
49 - name: Initialize CodeQL 49 - name: Initialize CodeQL
50 uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 50 uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
51 with: 51 with:
52 languages: python 52 languages: python
53 53
54 - name: Perform CodeQL Analysis 54 - name: Perform CodeQL Analysis
55 uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 55 uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8