aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 06:11:33 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-03-25 06:33:13 +0000
commita1a49024ca2bf2e498328f6d056a27ae62e4811a (patch)
treea5348f95445136c01015c7f596c1e504ae23e512 /.github
parentfirefox: Add org.kde.kdeconnect to plasma integration comment (#6285) (diff)
downloadfirejail-a1a49024ca2bf2e498328f6d056a27ae62e4811a.tar.gz
firejail-a1a49024ca2bf2e498328f6d056a27ae62e4811a.tar.zst
firejail-a1a49024ca2bf2e498328f6d056a27ae62e4811a.zip
build(deps): bump github/codeql-action from 3.24.7 to 3.24.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.7 to 3.24.9. - [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/3ab4101902695724f9365a384f86c1074d94e18c...1b1aada464948af03b950897e5eb522f92603cc2) --- 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')
-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 981db6420..349f92525 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@3ab4101902695724f9365a384f86c1074d94e18c 164 uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2
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@3ab4101902695724f9365a384f86c1074d94e18c 175 uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index ef75d96d4..507b975af 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@3ab4101902695724f9365a384f86c1074d94e18c 54 uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2
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@3ab4101902695724f9365a384f86c1074d94e18c 59 uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2