aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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 e3e170561..d559115c6 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -161,7 +161,7 @@ jobs:
161 161
162 # Initializes the CodeQL tools for scanning. 162 # Initializes the CodeQL tools for scanning.
163 - name: Initialize CodeQL 163 - name: Initialize CodeQL
164 uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 164 uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
165 with: 165 with:
166 languages: cpp 166 languages: cpp
167 167
@@ -172,4 +172,4 @@ jobs:
172 run: make -j "$(nproc)" 172 run: make -j "$(nproc)"
173 173
174 - name: Perform CodeQL Analysis 174 - name: Perform CodeQL Analysis
175 uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 175 uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 068b43217..09b2abd0b 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@d39d31e687223d841ef683f52467bd88e9b21c14 54 uses: github/codeql-action/init@ccf74c947955fd1cf117aef6a0e4e66191ef6f61
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@d39d31e687223d841ef683f52467bd88e9b21c14 59 uses: github/codeql-action/analyze@ccf74c947955fd1cf117aef6a0e4e66191ef6f61