aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 06:22:01 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-30 09:08:31 +0000
commit244d18caa4694b60be535ae6ddfe8828106e514b (patch)
treeba9ba63cede812ef610f0c2db9a8e16ffed76aae /.github/workflows/check-python.yml
parentci: run printenv.sh on codespell.yml (diff)
downloadfirejail-244d18caa4694b60be535ae6ddfe8828106e514b.tar.gz
firejail-244d18caa4694b60be535ae6ddfe8828106e514b.tar.zst
firejail-244d18caa4694b60be535ae6ddfe8828106e514b.zip
build(deps): bump github/codeql-action from 2.22.4 to 2.22.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.4 to 2.22.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/49abf0ba24d0b7953cb586944e918a0b92074c80...74483a38d39275f33fcff5f35b679b5ca4a26a99) --- 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 0581da320..029b21193 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@49abf0ba24d0b7953cb586944e918a0b92074c80 53 uses: github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99
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@49abf0ba24d0b7953cb586944e918a0b92074c80 58 uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99