aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-26 06:29:29 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-02-26 20:18:41 +0000
commit03731075ee0af1286aaf2fa5cc262edd51149e28 (patch)
treec5bb51aafea8f2497ba97ad88609e56bec15d123 /.github
parentprofiles: drop paths already in wusc (#6218) (diff)
downloadfirejail-03731075ee0af1286aaf2fa5cc262edd51149e28.tar.gz
firejail-03731075ee0af1286aaf2fa5cc262edd51149e28.tar.zst
firejail-03731075ee0af1286aaf2fa5cc262edd51149e28.zip
build(deps): bump github/codeql-action from 3.24.3 to 3.24.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.5. - [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/379614612a29c9e28f31f39a59013eb8012a51f0...47b3d888fe66b639e431abf22ebca059152f1eea) --- 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 deadfcb07..dcd7bbcc0 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@379614612a29c9e28f31f39a59013eb8012a51f0 157 uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea
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@379614612a29c9e28f31f39a59013eb8012a51f0 168 uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 8d276a00e..85b75a126 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@379614612a29c9e28f31f39a59013eb8012a51f0 54 uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea
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@379614612a29c9e28f31f39a59013eb8012a51f0 59 uses: github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea