170.md (9158B)
1 # PR #170 Bump github/codeql-action from 2.1.8 to 2.1.9 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-05-02T08:16:01Z 6 - **Branch:** dependabot/github_actions/github/codeql-action-2.1.9 → main 7 - **Closed:** 2022-05-16T08:18:23Z 8 - **Labels:** dependencies, github_actions 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [170.diff](./170.diff) 12 13 --- 14 15 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.8 to 2.1.9. 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.1.9 - 27 Apr 2022</h2> 24 <ul> 25 <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> 26 <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>"false"</code>. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/1007">#1007</a></li> 27 <li>Update default CodeQL bundle version to 2.9.0.</li> 28 <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> 29 </ul> 30 <h2>2.1.8 - 08 Apr 2022</h2> 31 <ul> 32 <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> 33 <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> 34 </ul> 35 <h2>2.1.7 - 05 Apr 2022</h2> 36 <ul> 37 <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> 38 </ul> 39 <h2>2.1.6 - 30 Mar 2022</h2> 40 <ul> 41 <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> 42 <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> 43 <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> 44 </ul> 45 <h2>1.1.5 - 15 Mar 2022</h2> 46 <ul> 47 <li>Update default CodeQL bundle version to 2.8.3.</li> 48 <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> 49 <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> 50 <ul> 51 <li>Fix <code>not a permitted key</code> invalid requests with GHES 3.1 or earlier</li> 52 <li>Fix <code>RUNNER_ARCH environment variable must be set</code> errors with GHES 3.3 or earlier</li> 53 </ul> 54 </li> 55 </ul> 56 <h2>1.1.4 - 07 Mar 2022</h2> 57 <ul> 58 <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> 59 <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> 60 </ul> 61 <h2>1.1.3 - 23 Feb 2022</h2> 62 <ul> 63 <li>Fix a 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> 64 </ul> 65 <h2>1.1.2 - 17 Feb 2022</h2> 66 <ul> 67 <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> 68 </ul> 69 <h2>1.1.1 - 17 Feb 2022</h2> 70 <!-- raw HTML omitted --> 71 </blockquote> 72 <p>... (truncated)</p> 73 </details> 74 <details> 75 <summary>Commits</summary> 76 <ul> 77 <li><a href="https://github.com/github/codeql-action/commit/7502d6e991ca767d2db617bfd823a1ed925a0d59"><code>7502d6e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1046">#1046</a> from github/update-v2.1.9-72861144</li> 78 <li><a href="https://github.com/github/codeql-action/commit/cbce00d08d9b4b9612275f60a9a29ac09c3898b2"><code>cbce00d</code></a> Update changelog for v2.1.9</li> 79 <li><a href="https://github.com/github/codeql-action/commit/72861144fd941b2db3301e0efdf0f5308ae4f8e5"><code>7286114</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1042">#1042</a> from cklin/windows-status-report-error</li> 80 <li><a href="https://github.com/github/codeql-action/commit/6dd9baf8beb3bfb519878865a62dd3a835d99ba3"><code>6dd9baf</code></a> Fix status reporting error on Windows</li> 81 <li><a href="https://github.com/github/codeql-action/commit/ff8b365e79b61461a28646cba047487f35109b50"><code>ff8b365</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1044">#1044</a> from github/adityasharad/readme/replace-git-io</li> 82 <li><a href="https://github.com/github/codeql-action/commit/eed184a53429ced9e269d8573a842abbe4190769"><code>eed184a</code></a> Merge branch 'main' into adityasharad/readme/replace-git-io</li> 83 <li><a href="https://github.com/github/codeql-action/commit/c76f0b5b074061aeed235104de861f41c4eb8861"><code>c76f0b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1032">#1032</a> from github/henrymercer/handle-merge-conflicts-in-re...</li> 84 <li><a href="https://github.com/github/codeql-action/commit/bf4ba6945d7c065bf5ef8784b2510949aa9de685"><code>bf4ba69</code></a> README: Replace git.io shortlink with full link</li> 85 <li><a href="https://github.com/github/codeql-action/commit/d2d14adf3eceb6935d4c04db3ce571cf1fd45e4f"><code>d2d14ad</code></a> Merge branch 'main' into henrymercer/handle-merge-conflicts-in-releases</li> 86 <li><a href="https://github.com/github/codeql-action/commit/95b49c3e6bca6519eddf362519816173ff07804b"><code>95b49c3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1038">#1038</a> from github/hmakholm/pr/2.9.0</li> 87 <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/1ed1437484560351c5be56cf73a48a279d116b78...7502d6e991ca767d2db617bfd823a1ed925a0d59">compare view</a></li> 88 </ul> 89 </details> 90 <br /> 91 92 93 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 94 95 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`. 96 97 [//]: # (dependabot-automerge-start) 98 [//]: # (dependabot-automerge-end) 99 100 --- 101 102 <details> 103 <summary>Dependabot commands and options</summary> 104 <br /> 105 106 You can trigger Dependabot actions by commenting on this PR: 107 - `@dependabot rebase` will rebase this PR 108 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 109 - `@dependabot merge` will merge this PR after your CI passes on it 110 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 111 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 112 - `@dependabot reopen` will reopen this PR if it is closed 113 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 114 - `@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) 115 - `@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) 116 - `@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) 117 118 119 </details> 120 121 122 ## Comments 123 124 ### @dependabot[bot] — 2022-05-16T08:18:22Z 125 126 Superseded by #193. 127