aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-29 06:06:14 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2024-01-29 17:35:12 +0000
commit57c95f89d10450bee61237be40829bc7d73a21a5 (patch)
tree572d2a370d54913246e800c8626a7173e9382f95 /.github/workflows/check-python.yml
parentbuild(deps): bump github/codeql-action from 3.23.0 to 3.23.1 (diff)
downloadfirejail-57c95f89d10450bee61237be40829bc7d73a21a5.tar.gz
firejail-57c95f89d10450bee61237be40829bc7d73a21a5.tar.zst
firejail-57c95f89d10450bee61237be40829bc7d73a21a5.zip
build(deps): bump github/codeql-action from 3.23.1 to 3.23.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.1 to 3.23.2. - [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/0b21cf2492b6b02c465a3e5d7c473717ad7721ba...b7bf0a3ed3ecfa44160715d7c442788f65f0f923) --- 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/workflows/check-python.yml')
-rw-r--r--.github/workflows/check-python.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 194b0857b..76eaa584e 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -50,9 +50,9 @@ jobs:
50 50
51 # Initializes the CodeQL tools for scanning. 51 # Initializes the CodeQL tools for scanning.
52 - name: Initialize CodeQL 52 - name: Initialize CodeQL
53 uses: github/codeql-action/init@0b21cf2492b6b02c465a3e5d7c473717ad7721ba 53 uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923
54 with: 54 with:
55 languages: python 55 languages: python
56 56
57 - name: Perform CodeQL Analysis 57 - name: Perform CodeQL Analysis
58 uses: github/codeql-action/analyze@0b21cf2492b6b02c465a3e5d7c473717ad7721ba 58 uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923