[PR #4861] [MERGED] Bump github/codeql-action from 1.0.26 to 1.0.27 #5272

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4861
Author: @dependabot[bot]
Created: 1/17/2022
Status: Merged
Merged: 1/17/2022
Merged by: @topimiettinen

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


📝 Commits (1)

  • 43d95d3 Bump github/codeql-action from 1.0.26 to 1.0.27

📊 Changes

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

View changed files

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

📄 Description

Bumps github/codeql-action from 1.0.26 to 1.0.27.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action and CodeQL Runner Changelog

[UNRELEASED]

No user facing changes.

1.0.27 - 11 Jan 2022

  • 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".

1.0.26 - 10 Dec 2021

  • Update default CodeQL bundle version to 2.7.3. #842

1.0.25 - 06 Dec 2021

No user facing changes.

1.0.24 - 23 Nov 2021

  • Update default CodeQL bundle version to 2.7.2. #827

1.0.23 - 16 Nov 2021

  • The upload-sarif action now allows multiple uploads in a single job, as long as they have different categories. #801
  • Update default CodeQL bundle version to 2.7.1. #816

1.0.22 - 04 Nov 2021

  • The init step of the Action now supports ram and threads inputs to limit resource use of CodeQL extractors. These inputs also serve as defaults to the subsequent analyze step, which finalizes the database and executes queries. #738
  • When used with CodeQL 2.7.1 or above, the Action now includes custom query help in the analysis results uploaded to GitHub code scanning, if available. To add help text for a custom query, create a Markdown file next to the .ql file containing the query, using the same base name but the file extension .md. #804

1.0.21 - 28 Oct 2021

  • Update default CodeQL bundle version to 2.7.0. #795

1.0.20 - 25 Oct 2021

No user facing changes.

1.0.19 - 18 Oct 2021

No user facing changes.

1.0.18 - 08 Oct 2021

  • Fixed a bug where some builds were no longer being traced correctly. #766

1.0.17 - 07 Oct 2021

... (truncated)

Commits
  • cd783c8 Merge pull request #870 from github/update-v1.0.27-faa9ba73
  • 300c8b6 1.0.27
  • faa9ba7 Merge pull request #869 from github/edoardo/windows-11-error
  • d2a0fc8 Refuse to run on Windows 11
  • 71112ab Merge pull request #868 from edoardopirovano/debug-artifact-name
  • e677af3 Make name of debugging artifact and DB within it configurable
  • 848e514 Merge pull request #857 from github/henrymercer/ml-powered-queries
  • e7fe6da Allow patch version of ML-powered queries pack to be bumped
  • 2159631 Only run ML-powered queries with v2.7.5 or newer of the CLI
  • 9de1702 Document use of redundant feature flag API call
  • 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/4861 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/17/2022 **Status:** ✅ Merged **Merged:** 1/17/2022 **Merged by:** [@topimiettinen](https://github.com/topimiettinen) **Base:** `master` ← **Head:** `dependabot/github_actions/github/codeql-action-1.0.27` --- ### 📝 Commits (1) - [`43d95d3`](https://github.com/netblue30/firejail/commit/43d95d3870db6636caf1b0f772436857e9edba22) Bump github/codeql-action from 1.0.26 to 1.0.27 ### 📊 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 1.0.26 to 1.0.27. <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 and CodeQL Runner Changelog</h1> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>1.0.27 - 11 Jan 2022</h2> <ul> <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>.</li> </ul> <h2>1.0.26 - 10 Dec 2021</h2> <ul> <li>Update default CodeQL bundle version to 2.7.3. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/842">#842</a></li> </ul> <h2>1.0.25 - 06 Dec 2021</h2> <p>No user facing changes.</p> <h2>1.0.24 - 23 Nov 2021</h2> <ul> <li>Update default CodeQL bundle version to 2.7.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/827">#827</a></li> </ul> <h2>1.0.23 - 16 Nov 2021</h2> <ul> <li>The <code>upload-sarif</code> action now allows multiple uploads in a single job, as long as they have different categories. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/801">#801</a></li> <li>Update default CodeQL bundle version to 2.7.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/816">#816</a></li> </ul> <h2>1.0.22 - 04 Nov 2021</h2> <ul> <li>The <code>init</code> step of the Action now supports <code>ram</code> and <code>threads</code> inputs to limit resource use of CodeQL extractors. These inputs also serve as defaults to the subsequent <code>analyze</code> step, which finalizes the database and executes queries. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/738">#738</a></li> <li>When used with CodeQL 2.7.1 or above, the Action now includes custom query help in the analysis results uploaded to GitHub code scanning, if available. To add help text for a custom query, create a Markdown file next to the <code>.ql</code> file containing the query, using the same base name but the file extension <code>.md</code>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/804">#804</a></li> </ul> <h2>1.0.21 - 28 Oct 2021</h2> <ul> <li>Update default CodeQL bundle version to 2.7.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/795">#795</a></li> </ul> <h2>1.0.20 - 25 Oct 2021</h2> <p>No user facing changes.</p> <h2>1.0.19 - 18 Oct 2021</h2> <p>No user facing changes.</p> <h2>1.0.18 - 08 Oct 2021</h2> <ul> <li>Fixed a bug where some builds were no longer being traced correctly. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/766">#766</a></li> </ul> <h2>1.0.17 - 07 Oct 2021</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/cd783c8a29bdcf5a5c79c5137889e24651fa626c"><code>cd783c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/870">#870</a> from github/update-v1.0.27-faa9ba73</li> <li><a href="https://github.com/github/codeql-action/commit/300c8b6dcbaf905eb250b06113e2e62c340a2d20"><code>300c8b6</code></a> 1.0.27</li> <li><a href="https://github.com/github/codeql-action/commit/faa9ba73632fb4da04c4029e886c783459dbcc66"><code>faa9ba7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/869">#869</a> from github/edoardo/windows-11-error</li> <li><a href="https://github.com/github/codeql-action/commit/d2a0fc83dc247a61662aefe03e0c4c5892a40b21"><code>d2a0fc8</code></a> Refuse to run on Windows 11</li> <li><a href="https://github.com/github/codeql-action/commit/71112ab35de01202ecda3b2722caa7982547335e"><code>71112ab</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/868">#868</a> from edoardopirovano/debug-artifact-name</li> <li><a href="https://github.com/github/codeql-action/commit/e677af3fd0b2aca4f3826665fbfa07676606f724"><code>e677af3</code></a> Make name of debugging artifact and DB within it configurable</li> <li><a href="https://github.com/github/codeql-action/commit/848e5140d48990b92d2eb3e753c0b38610810ba5"><code>848e514</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/857">#857</a> from github/henrymercer/ml-powered-queries</li> <li><a href="https://github.com/github/codeql-action/commit/e7fe6da378cf7e06e8ee4310a1c8ff2852bbf173"><code>e7fe6da</code></a> Allow patch version of ML-powered queries pack to be bumped</li> <li><a href="https://github.com/github/codeql-action/commit/21596316588a8b2f3e8710c7c5d710e5528cde3e"><code>2159631</code></a> Only run ML-powered queries with v2.7.5 or newer of the CLI</li> <li><a href="https://github.com/github/codeql-action/commit/9de1702400c057d094896cc2b810a8461a76a3e4"><code>9de1702</code></a> Document use of redundant feature flag API call</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/5f532563584d71fdef14ee64d17bafb34f751ce5...cd783c8a29bdcf5a5c79c5137889e24651fa626c">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=1.0.26&new-version=1.0.27)](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:35:25 -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#5272
No description provided.