433.md (8626B)
1 # PR #433 Bump github/codeql-action from 2.1.39 to 2.2.12 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-04-17T09:03:45Z 6 - **Branch:** dependabot/github_actions/github/codeql-action-2.2.12 → main 7 - **Closed:** 2023-06-12T09:01:08Z 8 - **Labels:** dependencies, github_actions 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [433.diff](./433.diff) 12 13 --- 14 15 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.39 to 2.2.12. 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.12 - 13 Apr 2023</h2> 24 <ul> 25 <li>Include the value of the <code>GITHUB_RUN_ATTEMPT</code> environment variable in the telemetry sent to GitHub. <a href="https://redirect.github.com/github/codeql-action/pull/1640">#1640</a></li> 26 <li>Improve the ease of debugging failed runs configured using <a href="https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning-for-a-repository#configuring-code-scanning-automatically">default setup</a>. The CodeQL Action will now upload diagnostic information to Code Scanning from failed runs configured using default setup. You can view this diagnostic information on the <a href="https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-the-tool-status-page">tool status page</a>. <a href="https://redirect.github.com/github/codeql-action/pull/1619">#1619</a></li> 27 </ul> 28 <h2>2.2.11 - 06 Apr 2023</h2> 29 <p>No user facing changes.</p> 30 <h2>2.2.10 - 05 Apr 2023</h2> 31 <ul> 32 <li>Update default CodeQL bundle version to 2.12.6. <a href="https://redirect.github.com/github/codeql-action/pull/1629">#1629</a></li> 33 </ul> 34 <h2>2.2.9 - 27 Mar 2023</h2> 35 <ul> 36 <li>Customers post-processing the SARIF output of the <code>analyze</code> Action before uploading it to Code Scanning will benefit from an improved debugging experience. <a href="https://redirect.github.com/github/codeql-action/pull/1598">#1598</a> 37 <ul> 38 <li>The CodeQL Action will now upload a SARIF file with debugging information to Code Scanning on failed runs for customers using <code>upload: false</code>. Previously, this was only available for customers using the default value of the <code>upload</code> input.</li> 39 <li>The <code>upload</code> input to the <code>analyze</code> Action now accepts the following values: 40 <ul> 41 <li><code>always</code> is the default value, which uploads the SARIF file to Code Scanning for successful and failed runs.</li> 42 <li><code>failure-only</code> is recommended for customers post-processing the SARIF file before uploading it to Code Scanning. This option uploads debugging information to Code Scanning for failed runs to improve the debugging experience.</li> 43 <li><code>never</code> avoids uploading the SARIF file to Code Scanning even if the code scanning run fails. This is not recommended for external users since it complicates debugging.</li> 44 <li>The legacy <code>true</code> and <code>false</code> options will be interpreted as <code>always</code> and <code>failure-only</code> respectively.</li> 45 </ul> 46 </li> 47 </ul> 48 </li> 49 </ul> 50 <h2>2.2.8 - 22 Mar 2023</h2> 51 <ul> 52 <li>Update default CodeQL bundle version to 2.12.5. <a href="https://redirect.github.com/github/codeql-action/pull/1585">#1585</a></li> 53 </ul> 54 <h2>2.2.7 - 15 Mar 2023</h2> 55 <p>No user facing changes.</p> 56 <h2>2.2.6 - 10 Mar 2023</h2> 57 <ul> 58 <li>Update default CodeQL bundle version to 2.12.4. <a href="https://redirect.github.com/github/codeql-action/pull/1561">#1561</a></li> 59 </ul> 60 <h2>2.2.5 - 24 Feb 2023</h2> 61 <ul> 62 <li>Update default CodeQL bundle version to 2.12.3. <a href="https://redirect.github.com/github/codeql-action/pull/1543">#1543</a></li> 63 </ul> 64 <h2>2.2.4 - 10 Feb 2023</h2> 65 <p>No user facing changes.</p> 66 <h2>2.2.3 - 08 Feb 2023</h2> 67 <!-- raw HTML omitted --> 68 </blockquote> 69 <p>... (truncated)</p> 70 </details> 71 <details> 72 <summary>Commits</summary> 73 <ul> 74 <li><a href="https://github.com/github/codeql-action/commit/7df0ce34898d659f95c0c4a09eaa8d4e32ee64db"><code>7df0ce3</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1646">#1646</a> from github/update-v2.2.12-d944b3423</li> 75 <li><a href="https://github.com/github/codeql-action/commit/fbedecac345b827920c17b4b3488704f4f5bf0b8"><code>fbedeca</code></a> Update changelog for v2.2.12</li> 76 <li><a href="https://github.com/github/codeql-action/commit/d944b3423d194ae3a11d1d7291ab2f38eb94207a"><code>d944b34</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1619">#1619</a> from github/henrymercer/default-setup-workflow</li> 77 <li><a href="https://github.com/github/codeql-action/commit/e3210d8ce3ab70ba62248e01804f8ace92086dc3"><code>e3210d8</code></a> Add changelog note</li> 78 <li><a href="https://github.com/github/codeql-action/commit/599f4927f24ee8729768e58d8ba4c60b93bc1833"><code>599f492</code></a> Allow passing the workflow via an environment variable</li> 79 <li><a href="https://github.com/github/codeql-action/commit/ed6c4995fcfc90fa1e870bf955dd15e010cf71e8"><code>ed6c499</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/1645">#1645</a> from github/henrymercer/remove-dependencies</li> 80 <li><a href="https://github.com/github/codeql-action/commit/c2b5d643fdc41c9b28b4930ec55e93dbedf6636d"><code>c2b5d64</code></a> Require xml2js <code>>=0.5.0</code> to address CVE-2023-0842</li> 81 <li><a href="https://github.com/github/codeql-action/commit/9c13316a15486574cee9cd715fe1892201680a31"><code>9c13316</code></a> Remove unused dependencies</li> 82 <li><a href="https://github.com/github/codeql-action/commit/98f7bbd6102f2c11acb5631e38386a1837dca5a5"><code>98f7bbd</code></a> Add <code>workflow_run_attempt</code> data to status report (<a href="https://redirect.github.com/github/codeql-action/issues/1640">#1640</a>)</li> 83 <li><a href="https://github.com/github/codeql-action/commit/d7b9dcdb855b6df190af13376d458258d9dff7ef"><code>d7b9dcd</code></a> Bump peter-evans/create-pull-request from 4.2.4 to 5.0.0 (<a href="https://redirect.github.com/github/codeql-action/issues/1643">#1643</a>)</li> 84 <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/a34ca99b4610d924e04c68db79e503e1f79f9f02...7df0ce34898d659f95c0c4a09eaa8d4e32ee64db">compare view</a></li> 85 </ul> 86 </details> 87 <br /> 88 89 90 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 91 92 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`. 93 94 [//]: # (dependabot-automerge-start) 95 [//]: # (dependabot-automerge-end) 96 97 --- 98 99 <details> 100 <summary>Dependabot commands and options</summary> 101 <br /> 102 103 You can trigger Dependabot actions by commenting on this PR: 104 - `@dependabot rebase` will rebase this PR 105 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 106 - `@dependabot merge` will merge this PR after your CI passes on it 107 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 108 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 109 - `@dependabot reopen` will reopen this PR if it is closed 110 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 111 - `@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) 112 - `@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) 113 - `@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) 114 115 116 </details> 117 118 <!-- Replace --> 119 ---- 120 ⌛ Deploy Preview - Build in Progress 121 <!-- Replace --> 122 123 124 125 ## Comments 126 127 ### @dependabot[bot] — 2023-06-12T09:01:07Z 128 129 Superseded by #468. 130