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/06/26 12:00:37 UTC

[GitHub] [directory-kerby] dependabot[bot] opened a new pull request, #222: Bump github/codeql-action from 2.20.0 to 2.20.1

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

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.0 to 2.20.1.
   <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.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>
   <h2>2.3.2 - 27 Apr 2023</h2>
   <p>No user facing changes.</p>
   <h2>2.3.1 - 26 Apr 2023</h2>
   <p>No user facing changes.</p>
   <h2>2.3.0 - 21 Apr 2023</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.13.0. <a href="https://redirect.github.com/github/codeql-action/pull/1649">#1649</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/f6e388ebf0efc915c6c5b165b019ee61a6746a38"><code>f6e388e</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1736">#1736</a> from github/update-v2.20.1-4385ad556</li>
   <li><a href="https://github.com/github/codeql-action/commit/2874247228f7d5ec1cbaa4a3b1e79f041011e857"><code>2874247</code></a> Update changelog for v2.20.1</li>
   <li><a href="https://github.com/github/codeql-action/commit/4385ad556381b32244e4102db63640f9094f62b8"><code>4385ad5</code></a> Send <code>job_run_uuid</code> to status report telemetry (<a href="https://redirect.github.com/github/codeql-action/issues/1685">#1685</a>)</li>
   <li><a href="https://github.com/github/codeql-action/commit/8ba77ef4d3284061307ef3908649b5e2ec7af11a"><code>8ba77ef</code></a> Bump <code>@​octokit/types</code> from 9.0.0 to 10.0.0 (<a href="https://redirect.github.com/github/codeql-action/issues/1734">#1734</a>)</li>
   <li><a href="https://github.com/github/codeql-action/commit/82dbde173ca7017095296b8874e543fa1ac77eb7"><code>82dbde1</code></a> Fix setup-swift composite action for versions 5.8, 5.8.1 (<a href="https://redirect.github.com/github/codeql-action/issues/1735">#1735</a>)</li>
   <li><a href="https://github.com/github/codeql-action/commit/c6dff3470ef81f6c675f720717ad354dce1b1d26"><code>c6dff34</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1721">#1721</a> from github/update-bundle/codeql-bundle-v2.13.4</li>
   <li><a href="https://github.com/github/codeql-action/commit/3e0c87dc38606450751a8ecaf323c600777a7177"><code>3e0c87d</code></a> Merge branch 'main' into update-bundle/codeql-bundle-v2.13.4</li>
   <li><a href="https://github.com/github/codeql-action/commit/de74ca621143bd07f97a91fcbd425e0f0553f239"><code>de74ca6</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1732">#1732</a> from github/henrymercer/tolerate-unexpected-processi...</li>
   <li><a href="https://github.com/github/codeql-action/commit/d6201b58deec3a0d753d7a81638c2e8766459fd5"><code>d6201b5</code></a> Improve logging messages</li>
   <li><a href="https://github.com/github/codeql-action/commit/0ac18158d140a77edfc969babb80dbc82970eab3"><code>0ac1815</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1684">#1684</a> from github/mbg/add-resolve-environment</li>
   <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/6c089f53dd51dc3fc7e599c3cb5356453a52ca9e...f6e388ebf0efc915c6c5b165b019ee61a6746a38">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.0&new-version=2.20.1)](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 #222: Bump github/codeql-action from 2.20.0 to 2.20.1

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


-- 
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