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.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/check-c.yml b/.github/workflows/check-c.yml
index 7340ce8ce..946fd24f8 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -3,6 +3,7 @@
3name: Check-C 3name: Check-C
4 4
5on: 5on:
6 workflow_dispatch:
6 push: 7 push:
7 branches-ignore: 8 branches-ignore:
8 - 'dependabot/**' 9 - 'dependabot/**'
@@ -149,7 +150,7 @@ jobs:
149 150
150 # Initializes the CodeQL tools for scanning. 151 # Initializes the CodeQL tools for scanning.
151 - name: Initialize CodeQL 152 - name: Initialize CodeQL
152 uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 153 uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
153 with: 154 with:
154 languages: cpp 155 languages: cpp
155 156
@@ -160,4 +161,4 @@ jobs:
160 run: make -j "$(nproc)" 161 run: make -j "$(nproc)"
161 162
162 - name: Perform CodeQL Analysis 163 - name: Perform CodeQL Analysis
163 uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 164 uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9