aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 06:39:46 +0000
committerLibravatar GitHub <noreply@github.com>2024-04-22 06:39:46 +0000
commit0e28d7b9e3bfa44ade5a401ab891e5d782199565 (patch)
treed6bd0aa23cf857a3154236078cb312908b770d95
parentprofiles: allow-ssh: allow /etc/ssh/ssh_revoked_hosts (#6309) (diff)
downloadfirejail-dependabot/github_actions/github/codeql-action-3.25.1.tar.gz
firejail-dependabot/github_actions/github/codeql-action-3.25.1.tar.zst
firejail-dependabot/github_actions/github/codeql-action-3.25.1.zip
build(deps): bump github/codeql-action from 3.24.10 to 3.25.1dependabot/github_actions/github/codeql-action-3.25.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.10 to 3.25.1. - [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/4355270be187e1b672a7a1c7c7bae5afdc1ab94a...c7f9125735019aa87cfc361530512d50ea439c71) --- 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>
-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 307b0c37c..dcbe2853d 100644
--- a/.github/workflows/check-c.yml
+++ b/.github/workflows/check-c.yml
@@ -161,7 +161,7 @@ jobs:
161 161
162 # Initializes the CodeQL tools for scanning. 162 # Initializes the CodeQL tools for scanning.
163 - name: Initialize CodeQL 163 - name: Initialize CodeQL
164 uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a 164 uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
165 with: 165 with:
166 languages: cpp 166 languages: cpp
167 167
@@ -172,4 +172,4 @@ jobs:
172 run: make -j "$(nproc)" 172 run: make -j "$(nproc)"
173 173
174 - name: Perform CodeQL Analysis 174 - name: Perform CodeQL Analysis
175 uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a 175 uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71
diff --git a/.github/workflows/check-python.yml b/.github/workflows/check-python.yml
index 43d139c9f..d42409293 100644
--- a/.github/workflows/check-python.yml
+++ b/.github/workflows/check-python.yml
@@ -51,9 +51,9 @@ jobs:
51 51
52 # Initializes the CodeQL tools for scanning. 52 # Initializes the CodeQL tools for scanning.
53 - name: Initialize CodeQL 53 - name: Initialize CodeQL
54 uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a 54 uses: github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71
55 with: 55 with:
56 languages: python 56 languages: python
57 57
58 - name: Perform CodeQL Analysis 58 - name: Perform CodeQL Analysis
59 uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a 59 uses: github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71