aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-01 06:56:11 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-06-01 14:09:03 +0000
commit70519058ae7c38af48a0fc2093a4e43498764a53 (patch)
tree2cd6203f2e0831cb811773027cf71846ebf00231
parentMerge pull request #6354 from kmk3/build-tool-vars (diff)
downloadfirejail-70519058ae7c38af48a0fc2093a4e43498764a53.tar.gz
firejail-70519058ae7c38af48a0fc2093a4e43498764a53.tar.zst
firejail-70519058ae7c38af48a0fc2093a4e43498764a53.zip
build(deps): bump github/codeql-action from 3.25.5 to 3.25.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.5 to 3.25.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/b7cec7526559c32f1616476ff32d17ba4c59b2d6...f079b8493333aace61c81488f8bd40919487bd9f) --- 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>
-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 2a479c546..250f17817 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 164 uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 175 uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 73b7d9c67..f50ccc7a0 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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 54 uses: github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f
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@b7cec7526559c32f1616476ff32d17ba4c59b2d6 59 uses: github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f