dependabot[bot] opened a new pull request, #102:
URL: https://github.com/apache/commons-build-plugin/pull/102

   Bumps [github/codeql-action](https://github.com/github/codeql-action) from 
2.1.29 to 2.1.30.
   <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.1.30 - 02 Nov 2022</h2>
   <ul>
   <li>Improve the error message when using CodeQL bundle version 2.7.2 and 
earlier in a workflow that runs on a runner image such as 
<code>ubuntu-22.04</code> that uses glibc version 2.34 and later. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1334";>#1334</a></li>
   </ul>
   <h2>2.1.29 - 26 Oct 2022</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.11.2. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1320";>#1320</a></li>
   </ul>
   <h2>2.1.28 - 18 Oct 2022</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.11.1. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1294";>#1294</a></li>
   <li>Replace uses of GitHub Actions command <code>set-output</code> because 
it is now deprecated. See more information in the <a 
href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/";>GitHub
 Changelog</a>. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1301";>#1301</a></li>
   </ul>
   <h2>2.1.27 - 06 Oct 2022</h2>
   <ul>
   <li>We are rolling out a feature of the CodeQL Action in October 2022 that 
changes the way that Go code is analyzed to be more consistent with other 
compiled languages like C/C++, C#, and Java. You do not need to alter your code 
scanning workflows. If you encounter any problems, please <a 
href="https://github.com/github/codeql-action/issues";>file an issue</a> or open 
a private ticket with GitHub Support and request an escalation to 
engineering.</li>
   </ul>
   <h2>2.1.26 - 29 Sep 2022</h2>
   <ul>
   <li>Update default CodeQL bundle version to 2.11.0. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1267";>#1267</a></li>
   </ul>
   <h2>2.1.25 - 21 Sep 2022</h2>
   <ul>
   <li>We will soon be rolling out a feature of the CodeQL Action that stores 
some information used to make future runs faster in the GitHub Actions cache. 
Initially, this will only be enabled on JavaScript repositories, but we plan to 
add more languages to this soon. The new feature can be disabled by passing the 
<code>trap-caching: false</code> option to your workflow's <code>init</code> 
step, for example if you are already using the GitHub Actions cache for a 
different purpose and are near the storage limit for it.</li>
   <li>Add support for Python automatic dependency installation with Poetry 1.2 
<a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1258";>#1258</a>.</li>
   </ul>
   <h2>2.1.24 - 16 Sep 2022</h2>
   <p>No user facing changes.</p>
   <h2>2.1.23 - 14 Sep 2022</h2>
   <ul>
   <li>Allow CodeQL packs to be downloaded from GitHub Enterprise Server 
instances, using the new <code>registries</code> input for the 
<code>init</code> action.  <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1221";>#1221</a></li>
   <li>Update default CodeQL bundle version to 2.10.5. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1240";>#1240</a></li>
   </ul>
   <h2>2.1.22 - 01 Sep 2022</h2>
   <ul>
   <li>Downloading CodeQL packs has been moved to the <code>init</code> step. 
Previously, CodeQL packs were downloaded during the <code>analyze</code> step. 
<a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1218";>#1218</a></li>
   <li>Update default CodeQL bundle version to 2.10.4. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1224";>#1224</a></li>
   <li>The newly released <a 
href="https://python-poetry.org/blog/announcing-poetry-1.2.0";>Poetry 1.2</a> is 
not yet supported. In the most common case where the CodeQL Action is 
automatically installing Python dependencies, it will continue to install and 
use Poetry 1.1 on its own. However, in certain cases such as with self-hosted 
runners, you may need to ensure Poetry 1.1 is installed yourself.</li>
   </ul>
   <h2>2.1.21 - 25 Aug 2022</h2>
   <ul>
   <li>Improve error messages when the code scanning configuration file 
includes an invalid <code>queries</code> block or an invalid 
<code>query-filters</code> block. <a 
href="https://github-redirect.dependabot.com/github/codeql-action/pull/1208";>#1208</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/18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f";><code>18fe527</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1341";>#1341</a>
 from github/update-v2.1.30-cd983e71</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/f04ca7c11c4051f237fb8971c64e50454123ed1e";><code>f04ca7c</code></a>
 Update changelog for v2.1.30</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/cd983e71c6ee1f08d51fd961b3601f0556433f44";><code>cd983e7</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1334";>#1334</a>
 from github/henrymercer/better-error-for-glibc</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/2ec046b5ac7c9bde00624be3ba78801a00c97041";><code>2ec046b</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1328";>#1328</a>
 from github/angelapwen/add-go-autobuild-comment</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/72bd9cbe6202944172589017f5da396f981101cf";><code>72bd9cb</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1321";>#1321</a>
 from github/criemen/datadog-tag</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/ac0112f7f1ff40d3f161547a2f2f1967f03633fd";><code>ac0112f</code></a>
 Add Go to list of supported languages</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/77b1f7e44c6ae4372e566f804a34fc268754fafc";><code>77b1f7e</code></a>
 Merge remote-tracking branch 'origin/main' into criemen/datadog-tag</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/aa07b3894b7e91fe2dcc8617dbb342e13d89cfcc";><code>aa07b38</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/github/codeql-action/issues/1340";>#1340</a>
 from github/henrymercer/fix-proxy-check</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/c44e6c60960ec9a947b7846d537a4ed365c7747e";><code>c44e6c6</code></a>
 Fix missing Docker image in proxy test</li>
   <li><a 
href="https://github.com/github/codeql-action/commit/ae0a2603c195533cfdd701197446c4a4bd3d8659";><code>ae0a260</code></a>
 Update src/actions-util.ts</li>
   <li>Additional commits viewable in <a 
href="https://github.com/github/codeql-action/compare/ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6...18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f";>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.1.29&new-version=2.1.30)](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: issues-unsubscr...@commons.apache.org

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

Reply via email to