[PR #5231] [MERGED] build(deps): bump github/codeql-action from 2.1.14 to 2.1.15 #5409

Closed
opened 2026-05-05 10:37:54 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5231
Author: @dependabot[bot]
Created: 7/4/2022
Status: Merged
Merged: 7/4/2022
Merged by: @topimiettinen

Base: masterHead: dependabot/github_actions/github/codeql-action-2.1.15


📝 Commits (1)

  • 6159f4d build(deps): bump github/codeql-action from 2.1.14 to 2.1.15

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 .github/workflows/codeql-analysis.yml (+3 -3)

📄 Description

Bumps github/codeql-action from 2.1.14 to 2.1.15.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

[UNRELEASED]

No user facing changes.

2.1.15 - 28 Jun 2022

  • CodeQL query packs listed in the packs configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. #1116
  • The combination of python2 and poetry is no longer supported. See actions/setup-python#374 for more details. #1124
  • Update default CodeQL bundle version to 2.10.0. #1123

2.1.14 - 22 Jun 2022

No user facing changes.

2.1.13 - 21 Jun 2022

  • Update default CodeQL bundle version to 2.9.4. #1100

2.1.12 - 01 Jun 2022

  • Update default CodeQL bundle version to 2.9.3. #1084

2.1.11 - 17 May 2022

  • Update default CodeQL bundle version to 2.9.2. #1074

2.1.10 - 10 May 2022

  • Update default CodeQL bundle version to 2.9.1. #1056
  • When wait-for-processing is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results.

2.1.9 - 27 Apr 2022

  • Add working-directory input to the autobuild action. #1024
  • The analyze and upload-sarif actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the wait-for-processing action input to "false". #1007
  • Update default CodeQL bundle version to 2.9.0.
  • Fix a bug where status reporting fails on Windows. #1042

2.1.8 - 08 Apr 2022

  • Update default CodeQL bundle version to 2.8.5. #1014
  • Fix error where the init action would fail due to a GitHub API request that was taking too long to complete #1025

2.1.7 - 05 Apr 2022

  • A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. #1018

2.1.6 - 30 Mar 2022

... (truncated)

Commits
  • 3f62b75 Merge pull request #1129 from github/update-v2.1.15-e8c48cc8
  • 26a6980 Update changelog for v2.1.15
  • e8c48cc Merge pull request #1128 from github/criemen/lua-tracer-ff-2
  • 1616e0e Simplify tests for the Lua tracer FF in analyze-action.
  • b40cd03 Merge pull request #1120 from github/criemen/lua-tracer-ff-2
  • 821fe9b Merge branch 'main' into criemen/lua-tracer-ff-2
  • 37d8b51 Merge pull request #1123 from github/cklin/codeql-cli-2.10.0
  • ab7316e Implement unit tests for reading the Lua tracer FF in analyze-action.
  • f422a50 Honor the Lua tracer FF for database trace-command invocations for scanned ...
  • ed40e30 Update default CodeQL version to 2.10.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5231 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/4/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@topimiettinen](https://github.com/topimiettinen) **Base:** `master` ← **Head:** `dependabot/github_actions/github/codeql-action-2.1.15` --- ### 📝 Commits (1) - [`6159f4d`](https://github.com/netblue30/firejail/commit/6159f4dfeec59facdf9bbb18ddc3d9ee16189a7b) build(deps): bump github/codeql-action from 2.1.14 to 2.1.15 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codeql-analysis.yml` (+3 -3) </details> ### 📄 Description Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.14 to 2.1.15. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>2.1.15 - 28 Jun 2022</h2> <ul> <li>CodeQL query packs listed in the <code>packs</code> configuration field will be skipped if their target language is not being analyzed in the current Actions job. Previously, this would throw an error. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1116">#1116</a></li> <li>The combination of python2 and poetry is no longer supported. See <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/374">actions/setup-python#374</a> for more details. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1124">#1124</a></li> <li>Update default CodeQL bundle version to 2.10.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1123">#1123</a></li> </ul> <h2>2.1.14 - 22 Jun 2022</h2> <p>No user facing changes.</p> <h2>2.1.13 - 21 Jun 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.9.4. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1100">#1100</a></li> </ul> <h2>2.1.12 - 01 Jun 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.9.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1084">#1084</a></li> </ul> <h2>2.1.11 - 17 May 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.9.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1074">#1074</a></li> </ul> <h2>2.1.10 - 10 May 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.9.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1056">#1056</a></li> <li>When <code>wait-for-processing</code> is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results.</li> </ul> <h2>2.1.9 - 27 Apr 2022</h2> <ul> <li>Add <code>working-directory</code> input to the <code>autobuild</code> action. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1024">#1024</a></li> <li>The <code>analyze</code> and <code>upload-sarif</code> actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the <code>wait-for-processing</code> action input to <code>&quot;false&quot;</code>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1007">#1007</a></li> <li>Update default CodeQL bundle version to 2.9.0.</li> <li>Fix a bug where <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1041">status reporting fails on Windows</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1042">#1042</a></li> </ul> <h2>2.1.8 - 08 Apr 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.8.5. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1014">#1014</a></li> <li>Fix error where the init action would fail due to a GitHub API request that was taking too long to complete <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1025">#1025</a></li> </ul> <h2>2.1.7 - 05 Apr 2022</h2> <ul> <li>A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1018">#1018</a></li> </ul> <h2>2.1.6 - 30 Mar 2022</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/3f62b754e23e0dd60f91b744033e1dc1654c0ec6"><code>3f62b75</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1129">#1129</a> from github/update-v2.1.15-e8c48cc8</li> <li><a href="https://github.com/github/codeql-action/commit/26a69806cf23c3a9ee0871e681ababd220ce4c53"><code>26a6980</code></a> Update changelog for v2.1.15</li> <li><a href="https://github.com/github/codeql-action/commit/e8c48cc8cf201f7de349e37b020eb4469496ee3c"><code>e8c48cc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1128">#1128</a> from github/criemen/lua-tracer-ff-2</li> <li><a href="https://github.com/github/codeql-action/commit/1616e0ef9867543ec1b8f360114d40dc3615f57c"><code>1616e0e</code></a> Simplify tests for the Lua tracer FF in analyze-action.</li> <li><a href="https://github.com/github/codeql-action/commit/b40cd0390c4d06c26b4d84fe7a6722e16ad7e9e4"><code>b40cd03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1120">#1120</a> from github/criemen/lua-tracer-ff-2</li> <li><a href="https://github.com/github/codeql-action/commit/821fe9b476934759a53f020ddaf61b4bc4d36ab8"><code>821fe9b</code></a> Merge branch 'main' into criemen/lua-tracer-ff-2</li> <li><a href="https://github.com/github/codeql-action/commit/37d8b5142f45ae0422110d29caeb218c9673d1d9"><code>37d8b51</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1123">#1123</a> from github/cklin/codeql-cli-2.10.0</li> <li><a href="https://github.com/github/codeql-action/commit/ab7316e0c5161779a6c265b62de3b4ef79267f9d"><code>ab7316e</code></a> Implement unit tests for reading the Lua tracer FF in analyze-action.</li> <li><a href="https://github.com/github/codeql-action/commit/f422a504486851527011a785a3db9c601f701ccf"><code>f422a50</code></a> Honor the Lua tracer FF for <code>database trace-command</code> invocations for scanned ...</li> <li><a href="https://github.com/github/codeql-action/commit/ed40e306f5f17b884175f99849da6fd4bf70dc4b"><code>ed40e30</code></a> Update default CodeQL version to 2.10.0</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/41a4ada31ba866a7f1196b9602703a89edd69e22...3f62b754e23e0dd60f91b744033e1dc1654c0ec6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.1.14&new-version=2.1.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:37:54 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5409
No description provided.