aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-02 06:17:26 +0000
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2023-10-02 16:22:06 +0000
commitf3fc98499f5f068680545427ca222b3238be4002 (patch)
treeb049140c2ba5bd699fc4d2e726f82153396f2ebf /.github
parentdisable-common.inc: add foot to 'bad terminals' section (#6025) (diff)
downloadfirejail-f3fc98499f5f068680545427ca222b3238be4002.tar.gz
firejail-f3fc98499f5f068680545427ca222b3238be4002.tar.zst
firejail-f3fc98499f5f068680545427ca222b3238be4002.zip
build(deps): bump github/codeql-action from 2.21.8 to 2.21.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.8 to 2.21.9. - [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/6a28655e3dcb49cb0840ea372fd6d17733edd8a4...ddccb873888234080b77e9bc2d4764d5ccaaccf9) --- 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 7340ce8ce..38cb25381 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -149,7 +149,7 @@ jobs:
149 149
150 # Initializes the CodeQL tools for scanning. 150 # Initializes the CodeQL tools for scanning.
151 - name: Initialize CodeQL 151 - name: Initialize CodeQL
152 uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 152 uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
153 with: 153 with:
154 languages: cpp 154 languages: cpp
155 155
@@ -160,4 +160,4 @@ jobs:
160 run: make -j "$(nproc)" 160 run: make -j "$(nproc)"
161 161
162 - name: Perform CodeQL Analysis 162 - name: Perform CodeQL Analysis
163 uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 163 uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 5d4320809..c3236421a 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -49,9 +49,9 @@ jobs:
49 49
50 # Initializes the CodeQL tools for scanning. 50 # Initializes the CodeQL tools for scanning.
51 - name: Initialize CodeQL 51 - name: Initialize CodeQL
52 uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 52 uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
53 with: 53 with:
54 languages: python 54 languages: python
55 55
56 - name: Perform CodeQL Analysis 56 - name: Perform CodeQL Analysis
57 uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 57 uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9