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

202.md (9297B)


      1 # PR #202 Bump github/codeql-action from 2.1.8 to 2.1.11
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-05-23T08:17:02Z
      6 - **Branch:** dependabot/github_actions/github/codeql-action-2.1.11 → main
      7 - **Merged:** 2022-05-23T08:40:42Z
      8 - **Labels:** dependencies, github_actions
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [202.diff](./202.diff)
     12 
     13 ---
     14 
     15 [//]: # (dependabot-start)
     16 ⚠️  **Dependabot is rebasing this PR** ⚠️ 
     17 
     18 Rebasing might not happen immediately, so don't worry if this takes some time.
     19 
     20 Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
     21 
     22 ---
     23 
     24 [//]: # (dependabot-end)
     25 
     26 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.8 to 2.1.11.
     27 <details>
     28 <summary>Changelog</summary>
     29 <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p>
     30 <blockquote>
     31 <h1>CodeQL Action Changelog</h1>
     32 <h2>[UNRELEASED]</h2>
     33 <p>No user facing changes.</p>
     34 <h2>2.1.11 - 17 May 2022</h2>
     35 <ul>
     36 <li>Update default CodeQL bundle version to 2.9.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1074">#1074</a></li>
     37 </ul>
     38 <h2>2.1.10 - 10 May 2022</h2>
     39 <ul>
     40 <li>Update default CodeQL bundle version to 2.9.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1056">#1056</a></li>
     41 <li>When <code>wait-for-processing</code> is enabled, the workflow will now fail if there were any errors that occurred during processing of the analysis results.</li>
     42 </ul>
     43 <h2>2.1.9 - 27 Apr 2022</h2>
     44 <ul>
     45 <li>Add <code>working-directory</code> input to the <code>autobuild</code> action. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1024">#1024</a></li>
     46 <li>The <code>analyze</code> and <code>upload-sarif</code> actions will now wait up to 2 minutes for processing to complete after they have uploaded the results so they can report any processing errors that occurred. This behavior can be disabled by setting the <code>wait-for-processing</code> action input to <code>&quot;false&quot;</code>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1007">#1007</a></li>
     47 <li>Update default CodeQL bundle version to 2.9.0.</li>
     48 <li>Fix a bug where <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1041">status reporting fails on Windows</a>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1042">#1042</a></li>
     49 </ul>
     50 <h2>2.1.8 - 08 Apr 2022</h2>
     51 <ul>
     52 <li>Update default CodeQL bundle version to 2.8.5. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1014">#1014</a></li>
     53 <li>Fix error where the init action would fail due to a GitHub API request that was taking too long to complete <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1025">#1025</a></li>
     54 </ul>
     55 <h2>2.1.7 - 05 Apr 2022</h2>
     56 <ul>
     57 <li>A bug where additional queries specified in the workflow file would sometimes not be respected has been fixed. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1018">#1018</a></li>
     58 </ul>
     59 <h2>2.1.6 - 30 Mar 2022</h2>
     60 <ul>
     61 <li>[v2+ only] The CodeQL Action now runs on Node.js v16. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1000">#1000</a></li>
     62 <li>Update default CodeQL bundle version to 2.8.4. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/990">#990</a></li>
     63 <li>Fix a bug where an invalid <code>commit_oid</code> was being sent to code scanning when a custom checkout path was being used. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/956">#956</a></li>
     64 </ul>
     65 <h2>1.1.5 - 15 Mar 2022</h2>
     66 <ul>
     67 <li>Update default CodeQL bundle version to 2.8.3.</li>
     68 <li>The CodeQL runner is now deprecated and no longer being released. For more information, see <a href="https://github.blog/changelog/2021-09-21-codeql-runner-deprecation/">CodeQL runner deprecation</a>.</li>
     69 <li>Fix two bugs that cause action failures with GHES 3.3 or earlier. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/978">#978</a>
     70 <ul>
     71 <li>Fix <code>not a permitted key</code> invalid requests with GHES 3.1 or earlier</li>
     72 <li>Fix <code>RUNNER_ARCH environment variable must be set</code> errors with GHES 3.3 or earlier</li>
     73 </ul>
     74 </li>
     75 </ul>
     76 <h2>1.1.4 - 07 Mar 2022</h2>
     77 <ul>
     78 <li>Update default CodeQL bundle version to 2.8.2. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/950">#950</a></li>
     79 <li>Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/955">#955</a></li>
     80 </ul>
     81 <!-- raw HTML omitted -->
     82 </blockquote>
     83 <p>... (truncated)</p>
     84 </details>
     85 <details>
     86 <summary>Commits</summary>
     87 <ul>
     88 <li><a href="https://github.com/github/codeql-action/commit/a3a6c128d771b6b9bdebb1c9d0583ebd2728a108"><code>a3a6c12</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1078">#1078</a> from github/update-v2.1.11-657c2f3f</li>
     89 <li><a href="https://github.com/github/codeql-action/commit/657581e7a8b9bb039df7a122c9bf8d7c2ae428d1"><code>657581e</code></a> Update changelog for v2.1.11</li>
     90 <li><a href="https://github.com/github/codeql-action/commit/657c2f3ff07591a1bddb4cdc7b6afd63867308a4"><code>657c2f3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1074">#1074</a> from github/edoardo/2.9.2-update</li>
     91 <li><a href="https://github.com/github/codeql-action/commit/1725087693188feacf4da783d72befaa02c2e748"><code>1725087</code></a> Update default CodeQL to 2.9.2</li>
     92 <li><a href="https://github.com/github/codeql-action/commit/e655565390d140e87b3cbf77459ca20f29ad5e9f"><code>e655565</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1076">#1076</a> from github/henrymercer/fix-changelog-typo</li>
     93 <li><a href="https://github.com/github/codeql-action/commit/c38e41c45ad6af14aa69272741bc7062d7ae0320"><code>c38e41c</code></a> Fix a typo in the CHANGELOG</li>
     94 <li><a href="https://github.com/github/codeql-action/commit/0658e4b2d629d1cf467f17ea2affd702de6160f1"><code>0658e4b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1075">#1075</a> from github/henrymercer/update-actions-tool-cache</li>
     95 <li><a href="https://github.com/github/codeql-action/commit/54b4854fda51996ec230523b972c988d30606621"><code>54b4854</code></a> Bump <code>@​actions/tool-cache</code> to 2.0.0</li>
     96 <li><a href="https://github.com/github/codeql-action/commit/1fae5bf71b0ecdc7d0a2ef0d0c28409d99693966"><code>1fae5bf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1051">#1051</a> from github/henrymercer/run-atm-on-windows</li>
     97 <li><a href="https://github.com/github/codeql-action/commit/533ce91971737106c9c569512f04911f64c1ca41"><code>533ce91</code></a> Merge remote-tracking branch 'origin/main' into henrymercer/run-atm-on-windows</li>
     98 <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/1ed1437484560351c5be56cf73a48a279d116b78...a3a6c128d771b6b9bdebb1c9d0583ebd2728a108">compare view</a></li>
     99 </ul>
    100 </details>
    101 <br />
    102 
    103 
    104 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2.1.8&new-version=2.1.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    105 
    106 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`.
    107 
    108 [//]: # (dependabot-automerge-start)
    109 [//]: # (dependabot-automerge-end)
    110 
    111 ---
    112 
    113 <details>
    114 <summary>Dependabot commands and options</summary>
    115 <br />
    116 
    117 You can trigger Dependabot actions by commenting on this PR:
    118 - `@dependabot rebase` will rebase this PR
    119 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    120 - `@dependabot merge` will merge this PR after your CI passes on it
    121 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    122 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    123 - `@dependabot reopen` will reopen this PR if it is closed
    124 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    125 - `@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)
    126 - `@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)
    127 - `@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)
    128 
    129 
    130 </details>
    131