aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-python.yml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 06:54:41 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-11-27 06:58:30 +0000
commit6d3549b91249dfa7577deaaf9d45b07c5d2cfd0f (patch)
tree86f55797039104e105c19560d4f350be105decf8 /.github/workflows/check-python.yml
parentlutris.profile: fix seccomp arguments (diff)
downloadfirejail-6d3549b91249dfa7577deaaf9d45b07c5d2cfd0f.tar.gz
firejail-6d3549b91249dfa7577deaaf9d45b07c5d2cfd0f.tar.zst
firejail-6d3549b91249dfa7577deaaf9d45b07c5d2cfd0f.zip
build(deps): bump github/codeql-action from 2.22.7 to 2.22.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.7 to 2.22.8. - [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/66b90a5db151a8042fa97405c6cf843bbe433f7b...407ffafae6a767df3e0230c3df91b6443ae8df75) --- 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 535b9234b..4425af2b7 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@66b90a5db151a8042fa97405c6cf843bbe433f7b 53 uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75
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@66b90a5db151a8042fa97405c6cf843bbe433f7b 58 uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75