aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 06:42:10 +0000
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-09-25 17:22:34 +0000
commit91533c43949d9eac617a47a0f90e1d2a855686d3 (patch)
tree4e8b39199b05f1760b45a53695d71e1bb41c55c1 /.github
parentbuild(deps): bump actions/checkout from 4.0.0 to 4.1.0 (diff)
downloadfirejail-91533c43949d9eac617a47a0f90e1d2a855686d3.tar.gz
firejail-91533c43949d9eac617a47a0f90e1d2a855686d3.tar.zst
firejail-91533c43949d9eac617a47a0f90e1d2a855686d3.zip
build(deps): bump github/codeql-action from 2.21.7 to 2.21.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.7 to 2.21.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/04daf014b50eaf774287bf3f0f1869d4b4c4b913...6a28655e3dcb49cb0840ea372fd6d17733edd8a4) --- 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 ec21309d8..7340ce8ce 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@04daf014b50eaf774287bf3f0f1869d4b4c4b913 152 uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4
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@04daf014b50eaf774287bf3f0f1869d4b4c4b913 163 uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index d31b2ff1b..5d4320809 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@04daf014b50eaf774287bf3f0f1869d4b4c4b913 52 uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4
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@04daf014b50eaf774287bf3f0f1869d4b4c4b913 57 uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4