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

105.md (9198B)


      1 # PR #105 Bump github/codeql-action from 1.1.4 to 1.1.5
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-03-21T08:14:21Z
      6 - **Branch:** dependabot/github_actions/github/codeql-action-1.1.5 → main
      7 - **Merged:** 2022-03-21T21:36:00Z
      8 - **Labels:** dependencies, github_actions
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [105.diff](./105.diff)
     12 
     13 ---
     14 
     15 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.4 to 1.1.5.
     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>1.1.5 - 15 Mar 2022</h2>
     24 <ul>
     25 <li>Update default CodeQL bundle version to 2.8.3.</li>
     26 <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>
     27 <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>
     28 <ul>
     29 <li>Fix <code>not a permitted key</code> invalid requests with GHES 3.1 or earlier</li>
     30 <li>Fix <code>RUNNER_ARCH environment variable must be set</code> errors with GHES 3.3 or earlier</li>
     31 </ul>
     32 </li>
     33 </ul>
     34 <h2>1.1.4 - 07 Mar 2022</h2>
     35 <ul>
     36 <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>
     37 <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>
     38 </ul>
     39 <h2>1.1.3 - 23 Feb 2022</h2>
     40 <ul>
     41 <li>Fix bug where the CLR traces can continue tracing even after tracing should be stopped. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/938">#938</a></li>
     42 </ul>
     43 <h2>1.1.2 - 17 Feb 2022</h2>
     44 <ul>
     45 <li>Due to potential issues for GHES 3.1–3.3 customers who are using recent versions of the CodeQL Action via GHES Connect, the CodeQL Action now uses Node.js v12 rather than Node.js v16. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/937">#937</a></li>
     46 </ul>
     47 <h2>1.1.1 - 17 Feb 2022</h2>
     48 <ul>
     49 <li>The CodeQL CLI versions up to and including version 2.4.4 are not compatible with the CodeQL Action 1.1.1 and later. The Action will emit an error if it detects that it is being used by an incompatible version of the CLI. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/931">#931</a></li>
     50 <li>Update default CodeQL bundle version to 2.8.1. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/925">#925</a></li>
     51 </ul>
     52 <h2>1.1.0 - 11 Feb 2022</h2>
     53 <ul>
     54 <li>The CodeQL Action now uses Node.js v16. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/909">#909</a></li>
     55 <li>Beware that the CodeQL build tracer in this release (and in all earlier releases) is incompatible with Windows 11 and Windows Server 2022. This incompatibility affects database extraction for compiled languages: cpp, csharp, go, and java. As a result, analyzing these languages with the <code>windows-latest</code> or <code>windows-2022</code> Actions virtual environments is currently unsupported. If you use any of these languages, please use the <code>windows-2019</code> Actions virtual environment or otherwise avoid these specific Windows versions until a new release fixes this incompatibility.</li>
     56 </ul>
     57 <h2>1.0.32 - 07 Feb 2022</h2>
     58 <ul>
     59 <li>Add <code>sarif-id</code> as an output for the <code>upload-sarif</code> and <code>analyze</code> actions. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/889">#889</a></li>
     60 <li>Add <code>ref</code> and <code>sha</code> inputs to the <code>analyze</code> action, which override the defaults provided by the GitHub Action context. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/889">#889</a></li>
     61 <li>Update default CodeQL bundle version to 2.8.0. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/911">#911</a></li>
     62 </ul>
     63 <h2>1.0.31 - 31 Jan 2022</h2>
     64 <ul>
     65 <li>Remove <code>experimental</code> message when using custom CodeQL packages. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/888">#888</a></li>
     66 <li>Add a better warning message stating that experimental features will be disabled if the workflow has been triggered by a pull request from a fork or the <code>security-events: write</code> permission is not present. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/882">#882</a></li>
     67 </ul>
     68 <h2>1.0.30 - 24 Jan 2022</h2>
     69 <!-- raw HTML omitted -->
     70 </blockquote>
     71 <p>... (truncated)</p>
     72 </details>
     73 <details>
     74 <summary>Commits</summary>
     75 <ul>
     76 <li><a href="https://github.com/github/codeql-action/commit/883476649888a9e8e219d5b2e6b789dc024f690c"><code>8834766</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/982">#982</a> from github/update-v1.1.5-5b59d878</li>
     77 <li><a href="https://github.com/github/codeql-action/commit/69a58ad2667ec94d5af22d44a9ea2a92bdd2b2ad"><code>69a58ad</code></a> 1.1.5</li>
     78 <li><a href="https://github.com/github/codeql-action/commit/5b59d8784def4b9f7487d3f53ade29ddab0316cc"><code>5b59d87</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/978">#978</a> from cklin/restore-ghes-compatibility</li>
     79 <li><a href="https://github.com/github/codeql-action/commit/ea5898d606516ad6e9b18da58495d3def2957f90"><code>ea5898d</code></a> Restore compatibility with GHES 3.1: address code review comments</li>
     80 <li><a href="https://github.com/github/codeql-action/commit/39aa619399726b8bea4aa332d6946bf413311bf6"><code>39aa619</code></a> Merge branch 'main' into restore-ghes-compatibility</li>
     81 <li><a href="https://github.com/github/codeql-action/commit/2190825ac9cd54199d8f691aee876b2323f93029"><code>2190825</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/980">#980</a> from github/edoardo/release-expected</li>
     82 <li><a href="https://github.com/github/codeql-action/commit/e61a4b9c7cf905881007e7a94334ce9e6b64ca35"><code>e61a4b9</code></a> Merge branch 'main' into edoardo/release-expected</li>
     83 <li><a href="https://github.com/github/codeql-action/commit/b74506c7c2844ac738100ca2dcc23e6cb370264d"><code>b74506c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/974">#974</a> from github/cklin/pr/2.8.3</li>
     84 <li><a href="https://github.com/github/codeql-action/commit/e27fa67f0f46b0f32118d25c4b177653bc42126b"><code>e27fa67</code></a> Add changenote mentioning deprecation</li>
     85 <li><a href="https://github.com/github/codeql-action/commit/eb507cfac645adeb35a304215d961b14a888dc61"><code>eb507cf</code></a> Remove runner from expected release files</li>
     86 <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/f5d822707ee6e8fb81b04a5c0040b736da22e587...883476649888a9e8e219d5b2e6b789dc024f690c">compare view</a></li>
     87 </ul>
     88 </details>
     89 <br />
     90 
     91 
     92 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=1.1.4&new-version=1.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     93 
     94 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`.
     95 
     96 [//]: # (dependabot-automerge-start)
     97 [//]: # (dependabot-automerge-end)
     98 
     99 ---
    100 
    101 <details>
    102 <summary>Dependabot commands and options</summary>
    103 <br />
    104 
    105 You can trigger Dependabot actions by commenting on this PR:
    106 - `@dependabot rebase` will rebase this PR
    107 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    108 - `@dependabot merge` will merge this PR after your CI passes on it
    109 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    110 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    111 - `@dependabot reopen` will reopen this PR if it is closed
    112 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    113 - `@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)
    114 - `@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)
    115 - `@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)
    116 
    117 
    118 </details>
    119