aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-05 06:56:35 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-05 07:42:00 +0000
commitfeeaec66fa8b005894cfc38b1fd03ce81698a0cf (patch)
treedcffd9eb380b967a89efb79ae3e6ab7935aa955c /.github
parentbuild(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (diff)
downloadfirejail-feeaec66fa8b005894cfc38b1fd03ce81698a0cf.tar.gz
firejail-feeaec66fa8b005894cfc38b1fd03ce81698a0cf.tar.zst
firejail-feeaec66fa8b005894cfc38b1fd03ce81698a0cf.zip
build(deps): bump github/codeql-action from 3.23.2 to 3.24.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.2 to 3.24.0. - [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/b7bf0a3ed3ecfa44160715d7c442788f65f0f923...e8893c57a1f3a2b659b6b55564fdfdbbd2982911) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 3e45c6fac..b1bda3bd4 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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 157 uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911
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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 168 uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index ac7e15383..2442ae2a0 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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 54 uses: github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911
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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 59 uses: github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911