aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-28 22:12:29 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-28 22:16:21 +0000
commite4e215340e1ef195fd7375ea520c6f878a358c72 (patch)
tree9b277f0aef2541b3556d74d715bb5d0ca8252b4d /.github
parenttests: disable broken wget tests in utils/sysutils (diff)
downloadfirejail-e4e215340e1ef195fd7375ea520c6f878a358c72.tar.gz
firejail-e4e215340e1ef195fd7375ea520c6f878a358c72.tar.zst
firejail-e4e215340e1ef195fd7375ea520c6f878a358c72.zip
build(deps): bump github/codeql-action from 2.21.2 to 2.21.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.2 to 2.21.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/v2.21.2...00e563ead9f72a8461b24876bee2d0c2e8bd2ee8) --- 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')
-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 d8751ddc7..cf44474ca 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -147,7 +147,7 @@ jobs:
147 147
148 # Initializes the CodeQL tools for scanning. 148 # Initializes the CodeQL tools for scanning.
149 - name: Initialize CodeQL 149 - name: Initialize CodeQL
150 uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 150 uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
151 with: 151 with:
152 languages: cpp 152 languages: cpp
153 153
@@ -158,4 +158,4 @@ jobs:
158 run: make -j "$(nproc)" 158 run: make -j "$(nproc)"
159 159
160 - name: Perform CodeQL Analysis 160 - name: Perform CodeQL Analysis
161 uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 161 uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 50ddf5669..5786d568a 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -47,9 +47,9 @@ jobs:
47 47
48 # Initializes the CodeQL tools for scanning. 48 # Initializes the CodeQL tools for scanning.
49 - name: Initialize CodeQL 49 - name: Initialize CodeQL
50 uses: github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 50 uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
51 with: 51 with:
52 languages: python 52 languages: python
53 53
54 - name: Perform CodeQL Analysis 54 - name: Perform CodeQL Analysis
55 uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 55 uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8