135.md (8726B)
1 # PR #135 Bump github/codeql-action from 1.1.5 to 2.1.8 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-04-11T08:17:06Z 6 - **Branch:** dependabot/github_actions/github/codeql-action-2.1.8 → main 7 - **Merged:** 2022-04-18T09:49:28Z 8 - **Labels:** dependencies, github_actions 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [135.diff](./135.diff) 12 13 --- 14 15 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.5 to 2.1.8. 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 <ul> 23 <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> 24 </ul> 25 <h2>2.1.8 - 08 Apr 2022</h2> 26 <ul> 27 <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> 28 <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> 29 </ul> 30 <h2>2.1.7 - 05 Apr 2022</h2> 31 <ul> 32 <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> 33 </ul> 34 <h2>2.1.6 - 30 Mar 2022</h2> 35 <ul> 36 <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> 37 <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> 38 <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> 39 </ul> 40 <h2>1.1.5 - 15 Mar 2022</h2> 41 <ul> 42 <li>Update default CodeQL bundle version to 2.8.3.</li> 43 <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> 44 <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> 45 <ul> 46 <li>Fix <code>not a permitted key</code> invalid requests with GHES 3.1 or earlier</li> 47 <li>Fix <code>RUNNER_ARCH environment variable must be set</code> errors with GHES 3.3 or earlier</li> 48 </ul> 49 </li> 50 </ul> 51 <h2>1.1.4 - 07 Mar 2022</h2> 52 <ul> 53 <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> 54 <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> 55 </ul> 56 <h2>1.1.3 - 23 Feb 2022</h2> 57 <ul> 58 <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> 59 </ul> 60 <h2>1.1.2 - 17 Feb 2022</h2> 61 <ul> 62 <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> 63 </ul> 64 <h2>1.1.1 - 17 Feb 2022</h2> 65 <ul> 66 <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> 67 <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> 68 </ul> 69 <h2>1.1.0 - 11 Feb 2022</h2> 70 <ul> 71 <li>The CodeQL Action now uses Node.js v16. <a href="https://github-redirect.dependabot.com/github/codeql-action/pull/909">#909</a></li> 72 </ul> 73 <!-- raw HTML omitted --> 74 </blockquote> 75 <p>... (truncated)</p> 76 </details> 77 <details> 78 <summary>Commits</summary> 79 <ul> 80 <li><a href="https://github.com/github/codeql-action/commit/1ed1437484560351c5be56cf73a48a279d116b78"><code>1ed1437</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1027">#1027</a> from github/update-v2.1.8-739937f1</li> 81 <li><a href="https://github.com/github/codeql-action/commit/3ed22c81453325e4229fad1e98a8405e98ccc671"><code>3ed22c8</code></a> Update changelog for v2.1.8</li> 82 <li><a href="https://github.com/github/codeql-action/commit/739937f14eacbad964221a59e8cff025f3e176d3"><code>739937f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1025">#1025</a> from github/aeisenberg/get-runs-api</li> 83 <li><a href="https://github.com/github/codeql-action/commit/0ecdac49ad00f31a41e6e6925cab3a55d65d3822"><code>0ecdac4</code></a> Update changelog</li> 84 <li><a href="https://github.com/github/codeql-action/commit/426a3951eed00fad746aa9a8c9eec1e3ada02fba"><code>426a395</code></a> Exclude pull requests from actions/runs request</li> 85 <li><a href="https://github.com/github/codeql-action/commit/a0b596246a3a74f7e96bf8d2f178f9a7d0185901"><code>a0b5962</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1014">#1014</a> from github/edoardo/2.8.5-bump</li> 86 <li><a href="https://github.com/github/codeql-action/commit/5d3e1a701c11d9aca3eef6d0fbb6ee8fd2ce7547"><code>5d3e1a7</code></a> Update default CodeQL version to 2.8.5</li> 87 <li><a href="https://github.com/github/codeql-action/commit/b9bb8dd18d106b7d904ac49760af4eae81a6f49e"><code>b9bb8dd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/github/codeql-action/issues/1020">#1020</a> from github/mergeback/v2.1.7-to-main-0182a2c7</li> 88 <li><a href="https://github.com/github/codeql-action/commit/11673755ab140e9f20cbb9eb10c3b7d054f34831"><code>1167375</code></a> Update checked-in dependencies</li> 89 <li><a href="https://github.com/github/codeql-action/commit/d0ca51f5e9531103bb36abc1d150365745059168"><code>d0ca51f</code></a> Update changelog and version after v2.1.7</li> 90 <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/883476649888a9e8e219d5b2e6b789dc024f690c...1ed1437484560351c5be56cf73a48a279d116b78">compare view</a></li> 91 </ul> 92 </details> 93 <br /> 94 95 96 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 97 98 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`. 99 100 [//]: # (dependabot-automerge-start) 101 [//]: # (dependabot-automerge-end) 102 103 --- 104 105 <details> 106 <summary>Dependabot commands and options</summary> 107 <br /> 108 109 You can trigger Dependabot actions by commenting on this PR: 110 - `@dependabot rebase` will rebase this PR 111 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 112 - `@dependabot merge` will merge this PR after your CI passes on it 113 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 114 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 115 - `@dependabot reopen` will reopen this PR if it is closed 116 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 117 - `@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) 118 - `@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) 119 - `@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) 120 121 122 </details> 123