You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/07 11:14:25 UTC

[GitHub] [directory-kerby] dependabot[bot] opened a new pull request, #156: Bump github/codeql-action from 2.2.1 to 2.2.2

dependabot[bot] opened a new pull request, #156:
URL: https://github.com/apache/directory-kerby/pull/156

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.1 to 2.2.2.
   <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.2.2 - 06 Feb 2023</h2>
   <ul>
   <li>Fix an issue where customers using the CodeQL Action with the <a href="https://docs.github.com/en/enterprise-server@3.7/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-code-scanning-for-your-appliance#configuring-codeql-analysis-on-a-server-without-internet-access">CodeQL Action sync tool</a> would not be able to obtain the CodeQL tools. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1517">#1517</a></li>
   </ul>
   <h2>2.2.1 - 27 Jan 2023</h2>
   <p>No user facing changes.</p>
   <h2>2.2.0 - 26 Jan 2023</h2>
   <ul>
   <li>Improve stability when choosing the default version of CodeQL to use in code scanning workflow runs on Actions on GitHub.com. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1475">#1475</a>
   <ul>
   <li>This change addresses customer reports of code scanning alerts on GitHub.com being closed and reopened during the rollout of new versions of CodeQL in the GitHub Actions <a href="https://github.com/actions/runner-images">runner images</a>.</li>
   <li><strong>No change is required for the majority of workflows</strong>, including:
   <ul>
   <li>Workflows on GitHub.com hosted runners using the latest version (<code>v2</code>) of the CodeQL Action.</li>
   <li>Workflows on GitHub.com hosted runners that are pinned to specific versions of the CodeQL Action from <code>v2.2.0</code> onwards.</li>
   <li>Workflows on GitHub Enterprise Server.</li>
   </ul>
   </li>
   <li><strong>A change may be required</strong> for workflows on GitHub.com hosted runners that are pinned to specific versions of the CodeQL Action before <code>v2.2.0</code> (e.g. <code>v2.1.32</code>):
   <ul>
   <li>Previously, these workflows would obtain the latest version of CodeQL from the Actions runner image.</li>
   <li>Now, these workflows will download an older, compatible version of CodeQL from GitHub Releases. To use this older version, no change is required. To use the newest version of CodeQL, please update your workflows to reference the latest version of the CodeQL Action (<code>v2</code>).</li>
   </ul>
   </li>
   <li><strong>Internal changes</strong>
   <ul>
   <li>These changes will not affect the majority of code scanning workflows. Continue reading only if your workflow uses <a href="https://github.com/actions/toolkit/tree/main/packages/tool-cache"><code>@​actions/tool-cache</code></a> or relies on the precise location of CodeQL within the Actions tool cache.</li>
   <li>The tool cache now contains <strong>two</strong> recent CodeQL versions (previously <strong>one</strong>).</li>
   <li>Each CodeQL version is located under a directory named after the release date and version number, e.g. CodeQL 2.11.6 is now located under <code>CodeQL/2.11.6-20221211/x64/codeql</code> (previously <code>CodeQL/0.0.0-20221211/x64/codeql</code>).</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>The maximum number of <a href="https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#run-object">SARIF runs</a> per file has been increased from 15 to 20 for users uploading SARIF files to GitHub.com. This change will help ensure that Code Scanning can process SARIF files generated by third-party tools that have many runs. See the <a href="https://docs.github.com/en/rest/code-scanning#upload-an-analysis-as-sarif-data">GitHub API documentation</a> for a list of all the limits around uploading SARIF. This change will be released to GitHub Enterprise Server as part of GHES 3.9.</li>
   <li>Update default CodeQL bundle version to 2.12.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1498">#1498</a></li>
   <li>Fix a bug that forced the <code>init</code> Action to run for at least two minutes on JavaScript. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1494">#1494</a></li>
   </ul>
   <h2>2.1.39 - 18 Jan 2023</h2>
   <ul>
   <li>CodeQL Action v1 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see <a href="https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/">this changelog post</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1466">#1467</a></li>
   <li>Python automatic dependency installation will no longer fail for projects using Poetry that specify <code>virtualenvs.options.no-pip = true</code> in their <code>poetry.toml</code>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1431">#1431</a></li>
   <li>Avoid printing a stack trace and error message when the action fails to find the SHA at the
   current directory. This will happen in several non-error states and so we now avoid cluttering the
   log with this message. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1485">#1485</a></li>
   </ul>
   <h2>2.1.38 - 12 Jan 2023</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.12.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1466">#1466</a></li>
   </ul>
   <h2>2.1.37 - 14 Dec 2022</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.11.6. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1433">#1433</a></li>
   </ul>
   <h2>2.1.36 - 08 Dec 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/39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5"><code>39d8d7e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1525">#1525</a> from github/update-v2.2.2-927de483f</li>
   <li><a href="https://github.com/github/codeql-action/commit/8af83634ca425f319a9104390182f354331a9958"><code>8af8363</code></a> Update changelog for v2.2.2</li>
   <li><a href="https://github.com/github/codeql-action/commit/927de483f0c24e85bd64276fa9e800739c665cba"><code>927de48</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1523">#1523</a> from github/henrymercer/fix/cli-version-for-differen...</li>
   <li><a href="https://github.com/github/codeql-action/commit/e4c0a1b24da2e12b0936e696eb9d1046aa44235f"><code>e4c0a1b</code></a> Merge branch 'main' into henrymercer/fix/cli-version-for-different-bundles</li>
   <li><a href="https://github.com/github/codeql-action/commit/d3962273b3c2e9bf77ee7765b9d8b7c320fcfb42"><code>d396227</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1517">#1517</a> from github/henrymercer/fix/not-all-bundle-urls-cont...</li>
   <li><a href="https://github.com/github/codeql-action/commit/c3cb270725a61ae2a1c025192fb07ffb7753985c"><code>c3cb270</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1521">#1521</a> from MahmoudMabrok/patch-1</li>
   <li><a href="https://github.com/github/codeql-action/commit/2b674f7ab985bcc76233f8fee7b76a27a0096409"><code>2b674f7</code></a> Fix toolcache behavior when downloading bundle from another repo</li>
   <li><a href="https://github.com/github/codeql-action/commit/6d47a7c8b19e4e5be31dbecde8efa19ceeac2b19"><code>6d47a7c</code></a> Add regression test for bundle from different repo</li>
   <li><a href="https://github.com/github/codeql-action/commit/c6ff11c1c4ec49d56db8b7c807c5b439c5889dea"><code>c6ff11c</code></a> Add changelog note</li>
   <li><a href="https://github.com/github/codeql-action/commit/d3f2b2e6d21b44e7600fee3af373fe50e05b2825"><code>d3f2b2e</code></a> Warn when multiple bundles for a single CLI are found in the toolcache</li>
   <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/3ebbd71c74ef574dbc558c82f70e52732c8b44fe...39d8d7e78f59cf6b40ac3b9fbebef0c753d7c9e5">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.2.1&new-version=2.2.2)](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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


[GitHub] [directory-kerby] coheigea merged pull request #156: Bump github/codeql-action from 2.2.1 to 2.2.2

Posted by "coheigea (via GitHub)" <gi...@apache.org>.
coheigea merged PR #156:
URL: https://github.com/apache/directory-kerby/pull/156


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org