matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

375.md (9672B)


      1 # PR #375 Bump github/codeql-action from 2.1.39 to 2.2.6
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-03-13T09:05:42Z
      6 - **Branch:** dependabot/github_actions/github/codeql-action-2.2.6 → main
      7 - **Closed:** 2023-03-20T09:04:43Z
      8 - **Labels:** dependencies, github_actions
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [375.diff](./375.diff)
     12 
     13 ---
     14 
     15 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.39 to 2.2.6.
     16 <details>
     17 <summary>Changelog</summary>
     18 <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p>
     19 <blockquote>
     20 <h1>CodeQL Action Changelog</h1>
     21 <h2>[UNRELEASED]</h2>
     22 <p>No user facing changes.</p>
     23 <h2>2.2.6 - 10 Mar 2023</h2>
     24 <ul>
     25 <li>Update default CodeQL bundle version to 2.12.4.</li>
     26 </ul>
     27 <h2>2.2.5 - 24 Feb 2023</h2>
     28 <ul>
     29 <li>Update default CodeQL bundle version to 2.12.3. <a href="https://redirect.github.com/github/codeql-action/pull/1543">#1543</a></li>
     30 </ul>
     31 <h2>2.2.4 - 10 Feb 2023</h2>
     32 <p>No user facing changes.</p>
     33 <h2>2.2.3 - 08 Feb 2023</h2>
     34 <ul>
     35 <li>Update default CodeQL bundle version to 2.12.2. <a href="https://redirect.github.com/github/codeql-action/pull/1518">#1518</a></li>
     36 </ul>
     37 <h2>2.2.2 - 06 Feb 2023</h2>
     38 <ul>
     39 <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://redirect.github.com/github/codeql-action/pull/1517">#1517</a></li>
     40 </ul>
     41 <h2>2.2.1 - 27 Jan 2023</h2>
     42 <p>No user facing changes.</p>
     43 <h2>2.2.0 - 26 Jan 2023</h2>
     44 <ul>
     45 <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://redirect.github.com/github/codeql-action/pull/1475">#1475</a>
     46 <ul>
     47 <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>
     48 <li><strong>No change is required for the majority of workflows</strong>, including:
     49 <ul>
     50 <li>Workflows on GitHub.com hosted runners using the latest version (<code>v2</code>) of the CodeQL Action.</li>
     51 <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>
     52 <li>Workflows on GitHub Enterprise Server.</li>
     53 </ul>
     54 </li>
     55 <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>):
     56 <ul>
     57 <li>Previously, these workflows would obtain the latest version of CodeQL from the Actions runner image.</li>
     58 <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>
     59 </ul>
     60 </li>
     61 <li><strong>Internal changes</strong>
     62 <ul>
     63 <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>
     64 <li>The tool cache now contains <strong>two</strong> recent CodeQL versions (previously <strong>one</strong>).</li>
     65 <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>
     66 </ul>
     67 </li>
     68 </ul>
     69 </li>
     70 <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>
     71 <li>Update default CodeQL bundle version to 2.12.1. <a href="https://redirect.github.com/github/codeql-action/pull/1498">#1498</a></li>
     72 <li>Fix a bug that forced the <code>init</code> Action to run for at least two minutes on JavaScript. <a href="https://redirect.github.com/github/codeql-action/pull/1494">#1494</a></li>
     73 </ul>
     74 <h2>2.1.39 - 18 Jan 2023</h2>
     75 <!-- raw HTML omitted -->
     76 </blockquote>
     77 <p>... (truncated)</p>
     78 </details>
     79 <details>
     80 <summary>Commits</summary>
     81 <ul>
     82 <li><a href="https://github.com/github/codeql-action/commit/16964e90ba004cdf0cd845b866b5df21038b7723"><code>16964e9</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1570">#1570</a> from github/update-v2.2.6-e12a2ecd4</li>
     83 <li><a href="https://github.com/github/codeql-action/commit/74cbab49580bd323d93dee5222f0c3fa7b1aa7c4"><code>74cbab4</code></a> Update changelog for v2.2.6</li>
     84 <li><a href="https://github.com/github/codeql-action/commit/e12a2ecd4548b74c867cdcc3d229d16892622a01"><code>e12a2ec</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1561">#1561</a> from github/dbartol/bundle-2.12.4</li>
     85 <li><a href="https://github.com/github/codeql-action/commit/d47d4c804746d10267f154449b910113948f7267"><code>d47d4c8</code></a> Merge branch 'main' into dbartol/bundle-2.12.4</li>
     86 <li><a href="https://github.com/github/codeql-action/commit/f13b180fb88fab31693634cb19e73cb3ed1cb7d8"><code>f13b180</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1567">#1567</a> from github/aeisenberg/config-parsing-ghes</li>
     87 <li><a href="https://github.com/github/codeql-action/commit/a3cf96418ef4733dcce99dd1aa190e62f42978bb"><code>a3cf964</code></a> Add <code>security-experimental</code> to <code>codeql-config.yml</code> (<a href="https://redirect.github.com/github/codeql-action/issues/1566">#1566</a>)</li>
     88 <li><a href="https://github.com/github/codeql-action/commit/0c27d0da4a07a35ccfc8d328af6356c05707d27c"><code>0c27d0d</code></a> Add default values to feature flags</li>
     89 <li><a href="https://github.com/github/codeql-action/commit/e4b846c482eb8fdb860c7c61d2eb64f9bdf79420"><code>e4b846c</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1564">#1564</a> from github/aeisenberg/qlconfig-file</li>
     90 <li><a href="https://github.com/github/codeql-action/commit/c310f094ddfedccaf8af1c66463136ecc81bc720"><code>c310f09</code></a> Fix name of qlconfig file argument</li>
     91 <li><a href="https://github.com/github/codeql-action/commit/436648542795e1393be76b903aab7adbf364aca4"><code>4366485</code></a> Avoid passing an undefined qlconfig arg</li>
     92 <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/a34ca99b4610d924e04c68db79e503e1f79f9f02...16964e90ba004cdf0cd845b866b5df21038b7723">compare view</a></li>
     93 </ul>
     94 </details>
     95 <br />
     96 
     97 
     98 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.1.39&new-version=2.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     99 
    100 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`.
    101 
    102 [//]: # (dependabot-automerge-start)
    103 [//]: # (dependabot-automerge-end)
    104 
    105 ---
    106 
    107 <details>
    108 <summary>Dependabot commands and options</summary>
    109 <br />
    110 
    111 You can trigger Dependabot actions by commenting on this PR:
    112 - `@dependabot rebase` will rebase this PR
    113 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    114 - `@dependabot merge` will merge this PR after your CI passes on it
    115 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    116 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    117 - `@dependabot reopen` will reopen this PR if it is closed
    118 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    119 - `@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)
    120 - `@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)
    121 - `@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)
    122 
    123 
    124 </details>
    125 
    126 <!-- Replace -->
    127 ----
    128 ⌛ Deploy Preview - Build in Progress
    129 <!-- Replace -->
    130 
    131 
    132 
    133 ## Comments
    134 
    135 ### @dependabot[bot] — 2023-03-20T09:04:42Z
    136 
    137 Superseded by #388.
    138