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

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.20.1 to 2.20.3.
   <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>
   <ul>
   <li>This is the last release of the Action that supports CodeQL CLI versions 
2.8.5 to 2.9.3. These versions of the CodeQL CLI were deprecated on June 20, 
2023 alongside GitHub Enterprise Server 3.5 and will not be supported by the 
next release of the CodeQL Action (2.21.0).
   <ul>
   <li>If you are using one of these versions, please update to CodeQL CLI 
version 2.9.4 or later. For instance, if you have specified a custom version of 
the CLI using the 'tools' input to the 'init' Action, you can remove this input 
to use the default version.</li>
   <li>Alternatively, if you want to continue using a version of the CodeQL CLI 
between 2.8.5 and 2.9.3, you can replace 'github/codeql-action/<em><a 
href="https://github.com/v2";><code>@​v2</code></a>' by 
'github/codeql-action/</em><a 
href="https://github.com/v2";><code>@​v2</code></a>.20.4' in your code scanning 
workflow to ensure you continue using this version of the CodeQL Action.</li>
   </ul>
   </li>
   <li>We are rolling out a feature in July 2023 that will slightly reduce the 
default amount of RAM used for query execution, in proportion to the runner's 
total memory. This will help to avoid out-of-memory failures on larger runners. 
<a 
href="https://redirect.github.com/github/codeql-action/pull/1760";>#1760</a></li>
   </ul>
   <h2>2.20.3 - 06 Jul 2023</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.13.5. <a 
href="https://redirect.github.com/github/codeql-action/pull/1743";>#1743</a></li>
   </ul>
   <h2>2.20.2 - 03 Jul 2023</h2>
   <p>No user facing changes.</p>
   <h2>2.20.1 - 21 Jun 2023</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.13.4. <a 
href="https://redirect.github.com/github/codeql-action/pull/1721";>#1721</a></li>
   <li>Experimental: add a new <code>resolve-environment</code> action which 
attempts to infer a configuration for the build environment that is required to 
build a given project. Do not use this in production as it is part of an 
internal experiment and subject to change at any time.</li>
   </ul>
   <h2>2.20.0 - 13 Jun 2023</h2>
   <ul>
   <li>Bump the version of the Action to 2.20.0. This ensures that users who 
received a Dependabot upgrade to <a 
href="https://github.com/github/codeql-action/commit/cdcdbb579706841c47f7063dda365e292e5cad7a";><code>cdcdbb5</code></a>,
 which was mistakenly marked as Action version 2.13.4, continue to receive 
updates to the CodeQL Action. Full details in <a 
href="https://redirect.github.com/github/codeql-action/pull/1729";>#1729</a></li>
   </ul>
   <h2>2.3.6 - 01 Jun 2023</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.13.3. <a 
href="https://redirect.github.com/github/codeql-action/pull/1698";>#1698</a></li>
   </ul>
   <h2>2.3.5 - 25 May 2023</h2>
   <ul>
   <li>Allow invalid URIs to be used as values to 
<code>artifactLocation.uri</code> properties. This reverses a change from <a 
href="https://redirect.github.com/github/codeql-action/pull/1668";>#1668</a> 
that inadvertently led to stricter validation of some URI values. <a 
href="https://redirect.github.com/github/codeql-action/pull/1705";>#1705</a></li>
   <li>Gracefully handle invalid URIs when fingerprinting. <a 
href="https://redirect.github.com/github/codeql-action/pull/1694";>#1694</a></li>
   </ul>
   <h2>2.3.4 - 24 May 2023</h2>
   <ul>
   <li>Updated the SARIF 2.1.0 JSON schema file to the latest from <a 
href="https://github.com/oasis-tcs/sarif-spec/blob/123e95847b13fbdd4cbe2120fa5e33355d4a042b/Schemata/sarif-schema-2.1.0.json";>oasis-tcs/sarif-spec</a>.
 <a 
href="https://redirect.github.com/github/codeql-action/pull/1668";>#1668</a></li>
   <li>We are rolling out a feature in May 2023 that will disable Python 
dependency installation for new users of the CodeQL Action. This improves the 
speed of analysis while having only a very minor impact on results. <a 
href="https://redirect.github.com/github/codeql-action/pull/1676";>#1676</a></li>
   <li>We are improving the way that <a 
href="https://github.com/github/codeql-action/releases";>CodeQL bundles</a> are 
tagged to make it possible to easily identify bundles by their CodeQL semantic 
version. <a 
href="https://redirect.github.com/github/codeql-action/pull/1682";>#1682</a>
   <ul>
   <li>As of CodeQL CLI 2.13.4, CodeQL bundles will be tagged using semantic 
versions, for example <code>codeql-bundle-v2.13.4</code>, instead of 
timestamps, like <code>codeql-bundle-20230615</code>.</li>
   <li>This change does not affect the majority of workflows, and we will not 
be changing tags for existing bundle releases.</li>
   <li>Some workflows with custom logic that depends on the specific format of 
the CodeQL bundle tag may need to be updated. For example, if your workflow 
matches CodeQL bundle tag names against a <code>codeql-bundle-yyyymmdd</code> 
pattern, you should update it to also recognize 
<code>codeql-bundle-vx.y.z</code> tags.</li>
   </ul>
   </li>
   <li>Remove the requirement for <code>on.push</code> and 
<code>on.pull_request</code> to trigger on the same branches. <a 
href="https://redirect.github.com/github/codeql-action/pull/1675";>#1675</a></li>
   </ul>
   <h2>2.3.3 - 04 May 2023</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.13.1. <a 
href="https://redirect.github.com/github/codeql-action/pull/1664";>#1664</a></li>
   <li>You can now configure CodeQL within your code scanning workflow by 
passing a <code>config</code> input to the <code>init</code> Action. See <a 
href="https://aka.ms/code-scanning-docs/config-file";>Using a custom 
configuration file</a> for more information about configuring code scanning. <a 
href="https://redirect.github.com/github/codeql-action/pull/1590";>#1590</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/github/codeql-action/commit/46ed16ded91731b2df79a2893d3aea8e9f03b5c4";><code>46ed16d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/1754";>#1754</a> 
from github/update-v2.20.3-a2d725ddd</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/d0206e8c49be3af6cc1a63e1aa96eb977ed3c163";><code>d0206e8</code></a>
 Update changelog for v2.20.3</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/a2d725ddd07c1b5c68c8c4661e21db42b9fca9d7";><code>a2d725d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/1753";>#1753</a> 
from github/henrymercer/new-analysis-summary</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/bbefc2b931e1cee761142dfac0708b5202c9f4b0";><code>bbefc2b</code></a>
 Merge branch 'main' into henrymercer/new-analysis-summary</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/8c2e08da108df1d99fa3964dffc2c14182364c6c";><code>8c2e08d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/1752";>#1752</a> 
from github/henrymercer/export-config-by-default</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/0c1d7efb0ad8d538007a0f5d1fd0b5e85adbeb6e";><code>0c1d7ef</code></a>
 Add support for new analysis summaries</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/56beae86dd58360fd9022f35ca1bd4e94c4105c6";><code>56beae8</code></a>
 Remove feature flag for exporting the code scanning configuration flag</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/a42c0ca9febc9b203c85be6deb4c3353aaeb176c";><code>a42c0ca</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/1743";>#1743</a> 
from github/update-bundle/codeql-bundle-v2.13.5</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/e960e482a4be0ee88a309c13ccec00888b92f4ac";><code>e960e48</code></a>
 Telemetry: send event report times as ISO strings (<a 
href="https://redirect.github.com/github/codeql-action/issues/1751";>#1751</a>)</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/bcb460dab82ef96f9e4b3253df0235f78f92ed6a";><code>bcb460d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/github/codeql-action/issues/1747";>#1747</a> 
from github/mergeback/v2.20.2-to-main-004c5de3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/github/codeql-action/compare/f6e388ebf0efc915c6c5b165b019ee61a6746a38...46ed16ded91731b2df79a2893d3aea8e9f03b5c4";>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.20.1&new-version=2.20.3)](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-unsubscr...@directory.apache.org

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


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

Reply via email to