aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-09 06:29:36 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-10-09 08:08:13 +0000
commit16edbd82687eb483038eb8749f972f8679fb1932 (patch)
treedf1c57d5737409202e059423d739741be21df3a6 /.github
parentbuild(deps): bump step-security/harden-runner from 2.5.1 to 2.6.0 (diff)
downloadfirejail-16edbd82687eb483038eb8749f972f8679fb1932.tar.gz
firejail-16edbd82687eb483038eb8749f972f8679fb1932.tar.zst
firejail-16edbd82687eb483038eb8749f972f8679fb1932.zip
build(deps): bump github/codeql-action from 2.21.9 to 2.22.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.9 to 2.22.0. - [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/ddccb873888234080b77e9bc2d4764d5ccaaccf9...2cb752a87e96af96708ab57187ab6372ee1973ab) --- 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')
-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 5a418dfb3..ddf62f025 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -150,7 +150,7 @@ jobs:
150 150
151 # Initializes the CodeQL tools for scanning. 151 # Initializes the CodeQL tools for scanning.
152 - name: Initialize CodeQL 152 - name: Initialize CodeQL
153 uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 153 uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab
154 with: 154 with:
155 languages: cpp 155 languages: cpp
156 156
@@ -161,4 +161,4 @@ jobs:
161 run: make -j "$(nproc)" 161 run: make -j "$(nproc)"
162 162
163 - name: Perform CodeQL Analysis 163 - name: Perform CodeQL Analysis
164 uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 164 uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index a5c670c14..392db38c2 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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 53 uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab
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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 58 uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab