aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-19 06:08:13 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-19 14:59:12 +0000
commit092bb0a3d2a33695caacdb41fd672285a957331e (patch)
treeeca65e20be9573a5ff07c307c87eeb01c6fd66d2 /.github
parentelectron-cash: use new private-etc syntax (diff)
downloadfirejail-092bb0a3d2a33695caacdb41fd672285a957331e.tar.gz
firejail-092bb0a3d2a33695caacdb41fd672285a957331e.tar.zst
firejail-092bb0a3d2a33695caacdb41fd672285a957331e.zip
build(deps): bump github/codeql-action from 3.24.0 to 3.24.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.3. - [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/e8893c57a1f3a2b659b6b55564fdfdbbd2982911...379614612a29c9e28f31f39a59013eb8012a51f0) --- 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 b1bda3bd4..deadfcb07 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -154,7 +154,7 @@ jobs:
154 154
155 # Initializes the CodeQL tools for scanning. 155 # Initializes the CodeQL tools for scanning.
156 - name: Initialize CodeQL 156 - name: Initialize CodeQL
157 uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 157 uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0
158 with: 158 with:
159 languages: cpp 159 languages: cpp
160 160
@@ -165,4 +165,4 @@ jobs:
165 run: make -j "$(nproc)" 165 run: make -j "$(nproc)"
166 166
167 - name: Perform CodeQL Analysis 167 - name: Perform CodeQL Analysis
168 uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 168 uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 2442ae2a0..8d276a00e 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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 54 uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0
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@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 59 uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0