aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-29 06:54:22 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2024-05-01 18:23:49 +0000
commit8b679f10223959bde4b9a55058e9b17830cfd73c (patch)
treeb2dcd327c140c34891d4d9c80fbae0242eff406e /.github/workflows/check-python.yml
parentbuild(deps): bump actions/checkout from 4.1.2 to 4.1.4 (diff)
downloadfirejail-8b679f10223959bde4b9a55058e9b17830cfd73c.tar.gz
firejail-8b679f10223959bde4b9a55058e9b17830cfd73c.tar.zst
firejail-8b679f10223959bde4b9a55058e9b17830cfd73c.zip
build(deps): bump github/codeql-action from 3.24.10 to 3.25.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.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/4355270be187e1b672a7a1c7c7bae5afdc1ab94a...d39d31e687223d841ef683f52467bd88e9b21c14) --- 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/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 999463014..917fa4295 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@4355270be187e1b672a7a1c7c7bae5afdc1ab94a 54 uses: github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14
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@4355270be187e1b672a7a1c7c7bae5afdc1ab94a 59 uses: github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14