aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-c.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-18 06:02:32 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-18 09:45:58 +0000
commit7d25b31c88a6c90d42a020fc2eaa4f6a34798b27 (patch)
treeadf216a37f3dd64f153c5b24b993fd0ffcf40849 /.github/workflows/check-c.yml
parentbuild(deps): bump actions/checkout from 4.1.1 to 4.1.2 (diff)
downloadfirejail-7d25b31c88a6c90d42a020fc2eaa4f6a34798b27.tar.gz
firejail-7d25b31c88a6c90d42a020fc2eaa4f6a34798b27.tar.zst
firejail-7d25b31c88a6c90d42a020fc2eaa4f6a34798b27.zip
build(deps): bump github/codeql-action from 3.24.6 to 3.24.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/8a470fddafa5cbb6266ee11b37ef4d8aae19c571...3ab4101902695724f9365a384f86c1074d94e18c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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 e3961cd08..981db6420 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@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 164 uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
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@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 175 uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c