[PR #5044] [MERGED] Bump github/codeql-action from 1.1.3 to 1.1.4 #5341

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5044
Author: @dependabot[bot]
Created: 3/14/2022
Status: Merged
Merged: 3/14/2022
Merged by: @topimiettinen

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


📝 Commits (1)

  • 0db5cc7 Bump github/codeql-action from 1.1.3 to 1.1.4

📊 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.1.3 to 1.1.4.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action and CodeQL Runner Changelog

[UNRELEASED]

No user facing changes.

1.1.4 - 07 Mar 2022

  • Update default CodeQL bundle version to 2.8.2. #950
  • Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. #955

1.1.3 - 23 Feb 2022

  • Fix bug where the CLR traces can continue tracing even after tracing should be stopped. #938

1.1.2 - 17 Feb 2022

  • Due to potential issues for GHES 3.1–3.3 customers who are using recent versions of the CodeQL Action via GHES Connect, the CodeQL Action now uses Node.js v12 rather than Node.js v16. #937

1.1.1 - 17 Feb 2022

  • The CodeQL CLI versions up to and including version 2.4.4 are not compatible with the CodeQL Action 1.1.1 and later. The Action will emit an error if it detects that it is being used by an incompatible version of the CLI. #931
  • Update default CodeQL bundle version to 2.8.1. #925

1.1.0 - 11 Feb 2022

  • The CodeQL Action now uses Node.js v16. #909
  • Beware that the CodeQL build tracer in this release (and in all earlier releases) is incompatible with Windows 11 and Windows Server 2022. This incompatibility affects database extraction for compiled languages: cpp, csharp, go, and java. As a result, analyzing these languages with the windows-latest or windows-2022 Actions virtual environments is currently unsupported. If you use any of these languages, please use the windows-2019 Actions virtual environment or otherwise avoid these specific Windows versions until a new release fixes this incompatibility.

1.0.32 - 07 Feb 2022

  • Add sarif-id as an output for the upload-sarif and analyze actions. #889
  • Add ref and sha inputs to the analyze action, which override the defaults provided by the GitHub Action context. #889
  • Update default CodeQL bundle version to 2.8.0. #911

1.0.31 - 31 Jan 2022

  • Remove experimental message when using custom CodeQL packages. #888
  • Add a better warning message stating that experimental features will be disabled if the workflow has been triggered by a pull request from a fork or the security-events: write permission is not present. #882

1.0.30 - 24 Jan 2022

  • Display a better error message when encountering a workflow that runs the codeql-action/init action multiple times. #876
  • Update default CodeQL bundle version to 2.7.6. #877

1.0.29 - 21 Jan 2022

  • The feature to wait for SARIF processing to complete after upload has been disabled by default due to a bug in its interaction with pull requests from forks.

1.0.28 - 18 Jan 2022

... (truncated)

Commits
  • f5d8227 Merge pull request #965 from github/update-v1.1.4-308528ba
  • 1f44993 Update CHANGELOG.md
  • 701b6a5 Update CHANGELOG.md
  • e75fa83 Update CHANGELOG.md
  • a33ae09 Update CHANGELOG.md
  • 44198be 1.1.4
  • 308528b Merge pull request #958 from daniel-beck/fix-link
  • 939659c Merge pull request #959 from cklin/report-runner-os-arch
  • 401a76f Add runner OS release to status report
  • 5e27f57 Merge pull request #961 from github/dependabot/npm_and_yarn/actions/artifact-...
  • 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/5044 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/14/2022 **Status:** ✅ Merged **Merged:** 3/14/2022 **Merged by:** [@topimiettinen](https://github.com/topimiettinen) **Base:** `master` ← **Head:** `dependabot/github_actions/github/codeql-action-1.1.4` --- ### 📝 Commits (1) - [`0db5cc7`](https://github.com/netblue30/firejail/commit/0db5cc7dbcc80b2f8d417084e629bc6b32d848d1) Bump github/codeql-action from 1.1.3 to 1.1.4 ### 📊 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.1.3 to 1.1.4. <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.1.4 - 07 Mar 2022</h2> <ul> <li>Update default CodeQL bundle version to 2.8.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/950">#950</a></li> <li>Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/955">#955</a></li> </ul> <h2>1.1.3 - 23 Feb 2022</h2> <ul> <li>Fix bug where the CLR traces can continue tracing even after tracing should be stopped. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/938">#938</a></li> </ul> <h2>1.1.2 - 17 Feb 2022</h2> <ul> <li>Due to potential issues for GHES 3.1–3.3 customers who are using recent versions of the CodeQL Action via GHES Connect, the CodeQL Action now uses Node.js v12 rather than Node.js v16. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/937">#937</a></li> </ul> <h2>1.1.1 - 17 Feb 2022</h2> <ul> <li>The CodeQL CLI versions up to and including version 2.4.4 are not compatible with the CodeQL Action 1.1.1 and later. The Action will emit an error if it detects that it is being used by an incompatible version of the CLI. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/931">#931</a></li> <li>Update default CodeQL bundle version to 2.8.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/925">#925</a></li> </ul> <h2>1.1.0 - 11 Feb 2022</h2> <ul> <li>The CodeQL Action now uses Node.js v16. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/909">#909</a></li> <li>Beware that the CodeQL build tracer in this release (and in all earlier releases) is incompatible with Windows 11 and Windows Server 2022. This incompatibility affects database extraction for compiled languages: cpp, csharp, go, and java. As a result, analyzing these languages with the <code>windows-latest</code> or <code>windows-2022</code> Actions virtual environments is currently unsupported. If you use any of these languages, please use the <code>windows-2019</code> Actions virtual environment or otherwise avoid these specific Windows versions until a new release fixes this incompatibility.</li> </ul> <h2>1.0.32 - 07 Feb 2022</h2> <ul> <li>Add <code>sarif-id</code> as an output for the <code>upload-sarif</code> and <code>analyze</code> actions. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/889">#889</a></li> <li>Add <code>ref</code> and <code>sha</code> inputs to the <code>analyze</code> action, which override the defaults provided by the GitHub Action context. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/889">#889</a></li> <li>Update default CodeQL bundle version to 2.8.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/911">#911</a></li> </ul> <h2>1.0.31 - 31 Jan 2022</h2> <ul> <li>Remove <code>experimental</code> message when using custom CodeQL packages. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/888">#888</a></li> <li>Add a better warning message stating that experimental features will be disabled if the workflow has been triggered by a pull request from a fork or the <code>security-events: write</code> permission is not present. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/882">#882</a></li> </ul> <h2>1.0.30 - 24 Jan 2022</h2> <ul> <li>Display a better error message when encountering a workflow that runs the <code>codeql-action/init</code> action multiple times. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/876">#876</a></li> <li>Update default CodeQL bundle version to 2.7.6. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/877">#877</a></li> </ul> <h2>1.0.29 - 21 Jan 2022</h2> <ul> <li>The feature to wait for SARIF processing to complete after upload has been disabled by default due to a bug in its interaction with pull requests from forks.</li> </ul> <h2>1.0.28 - 18 Jan 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/f5d822707ee6e8fb81b04a5c0040b736da22e587"><code>f5d8227</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/965">#965</a> from github/update-v1.1.4-308528ba</li> <li><a href="https://github.com/github/codeql-action/commit/1f44993f56c412441e36a537766d02d00907cdce"><code>1f44993</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/github/codeql-action/commit/701b6a5569ac6833a2a19a58a5eec6b77db6fe47"><code>701b6a5</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/github/codeql-action/commit/e75fa83dde57a6c039175025f66fb323437c3826"><code>e75fa83</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/github/codeql-action/commit/a33ae09fb8ab9bd2e8973c91e9dc1e8548107ed8"><code>a33ae09</code></a> Update CHANGELOG.md</li> <li><a href="https://github.com/github/codeql-action/commit/44198be7816d93a661e7078420f7b65becd61c84"><code>44198be</code></a> 1.1.4</li> <li><a href="https://github.com/github/codeql-action/commit/308528ba1397c2540593e36779796e15354de964"><code>308528b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/958">#958</a> from daniel-beck/fix-link</li> <li><a href="https://github.com/github/codeql-action/commit/939659ccd0e7e4d047b66551603d0c4a99d24b2d"><code>939659c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/959">#959</a> from cklin/report-runner-os-arch</li> <li><a href="https://github.com/github/codeql-action/commit/401a76f24578e07b3f8a9c1fd100cbad49493b28"><code>401a76f</code></a> Add runner OS release to status report</li> <li><a href="https://github.com/github/codeql-action/commit/5e27f57127655fb5977d52e5f6ca8e41ddeeaf06"><code>5e27f57</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/961">#961</a> from github/dependabot/npm_and_yarn/actions/artifact-...</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/75f07e7ab2ee63cba88752d8c696324e4df67466...f5d822707ee6e8fb81b04a5c0040b736da22e587">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.1.3&new-version=1.1.4)](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:36:38 -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#5341
No description provided.