cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

190.md (28203B)


      1 # PR #190 Bump the github-actions group with 3 updates
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-12-04T09:11:59Z
      6 - **Branch:** dependabot/github_actions/github-actions-e9c4de8dce → main
      7 - **Closed:** 2023-12-11T09:37:56Z
      8 - **Labels:** dependencies, github_actions
      9 - **Diff:** [190.diff](./190.diff)
     10 
     11 ---
     12 
     13 Bumps the github-actions group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [zgosalvez/github-actions-report-lcov](https://github.com/zgosalvez/github-actions-report-lcov).
     14 
     15 Updates `actions/setup-node` from 3 to 4
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v4.0.0</h2>
     21 <h2>What's Changed</h2>
     22 <p>In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in <a href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
     23 <p>Besides, release contains such changes as:</p>
     24 <ul>
     25 <li>Upgrade actions/checkout to v4 by <a href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
     26 <li>Update actions/checkout for documentation and yaml by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
     27 </ul>
     28 <h2>New Contributors</h2>
     29 <ul>
     30 <li><a href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
     31 </ul>
     32 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
     33 <h2>v3.8.2</h2>
     34 <h2>What's Changed</h2>
     35 <ul>
     36 <li>Update semver by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
     37 <li>Update temp directory creation by <a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
     38 <li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
     39 <li>Add notice about binaries not being updated yet by <a href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
     40 <li>Update toolkit cache and core by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> and <a href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
     41 </ul>
     42 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
     43 <h2>v3.8.1</h2>
     44 <h2>What's Changed</h2>
     45 <p>In scope of this release, the filter was removed within the cache-save step by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>. It is filtered and checked in the toolkit/cache library.</p>
     46 <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
     47 <h2>v3.8.0</h2>
     48 <h2>What's Changed</h2>
     49 <h3>Bug fixes:</h3>
     50 <ul>
     51 <li>Add check for existing paths by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
     52 <li>Resolve SymbolicLink by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
     53 <li>Change passing logic for cache input by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
     54 <li>Fix armv7 cache issue by <a href="https://github.com/louislam"><code>@​louislam</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
     55 <li>Update check-dist workflow name by <a href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
     56 </ul>
     57 <h3>Feature implementations:</h3>
     58 <ul>
     59 <li>feat: handling the case where &quot;node&quot; is used for tool-versions file. by <a href="https://github.com/xytis"><code>@​xytis</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
     60 </ul>
     61 <h3>Documentation changes:</h3>
     62 <ul>
     63 <li>Refer to semver package name in README.md by <a href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
     64 </ul>
     65 <h3>Update dependencies:</h3>
     66 <ul>
     67 <li>Update toolkit cache to fix zstd by <a href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
     68 <li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
     69 <li>Bump semver from 6.1.2 to 6.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
     70 </ul>
     71 <!-- raw HTML omitted -->
     72 </blockquote>
     73 <p>... (truncated)</p>
     74 </details>
     75 <details>
     76 <summary>Commits</summary>
     77 <ul>
     78 <li><a href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a> Update actions/checkout for documentation and yaml (<a href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
     79 <li><a href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a> upgrade actions/checkout to v4 (<a href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
     80 <li><a href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a> Change node version for action to node20 (<a href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
     81 <li>See full diff in <a href="https://github.com/actions/setup-node/compare/v3...v4">compare view</a></li>
     82 </ul>
     83 </details>
     84 <br />
     85 
     86 Updates `JamesIves/github-pages-deploy-action` from 4.4.3 to 4.5.0
     87 <details>
     88 <summary>Release notes</summary>
     89 <p><em>Sourced from <a href="https://github.com/jamesives/github-pages-deploy-action/releases">JamesIves/github-pages-deploy-action's releases</a>.</em></p>
     90 <blockquote>
     91 <h2>v4.5.0</h2>
     92 <h2>What's Changed</h2>
     93 <ul>
     94 <li>The action is now built and run on Node 20.</li>
     95 <li>Bump <code>@​types/node</code> from 20.4.1 to 20.4.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1399">JamesIves/github-pages-deploy-action#1399</a></li>
     96 <li>Bump eslint-plugin-jest from 27.2.2 to 27.2.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1400">JamesIves/github-pages-deploy-action#1400</a></li>
     97 <li>Bump word-wrap from 1.2.3 to 1.2.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1401">JamesIves/github-pages-deploy-action#1401</a></li>
     98 <li>Bump eslint-config-prettier from 8.8.0 to 8.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1405">JamesIves/github-pages-deploy-action#1405</a></li>
     99 <li>Bump <code>@​types/node</code> from 20.4.2 to 20.4.9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1413">JamesIves/github-pages-deploy-action#1413</a></li>
    100 <li>Bump eslint-config-prettier from 8.9.0 to 9.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1410">JamesIves/github-pages-deploy-action#1410</a></li>
    101 <li>Upgrade Node for security by <a href="https://github.com/nickmccurdy"><code>@​nickmccurdy</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1437">JamesIves/github-pages-deploy-action#1437</a></li>
    102 <li>doc: <code>.gitignore</code> matches not being deployed by <a href="https://github.com/sgasse"><code>@​sgasse</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1459">JamesIves/github-pages-deploy-action#1459</a></li>
    103 <li>build(deps): bump actions/setup-node from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1467">JamesIves/github-pages-deploy-action#1467</a></li>
    104 <li>build(deps-dev): bump <code>@​types/node</code> from 20.4.9 to 20.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1474">JamesIves/github-pages-deploy-action#1474</a></li>
    105 <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1429">JamesIves/github-pages-deploy-action#1429</a></li>
    106 <li>build(deps-dev): bump <code>@​types/node</code> from 20.9.0 to 20.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1479">JamesIves/github-pages-deploy-action#1479</a></li>
    107 </ul>
    108 <h2>New Contributors</h2>
    109 <ul>
    110 <li><a href="https://github.com/sgasse"><code>@​sgasse</code></a> made their first contribution in <a href="https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1459">JamesIves/github-pages-deploy-action#1459</a></li>
    111 </ul>
    112 <p><strong>Full Changelog</strong>: <a href="https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0">https://github.com/JamesIves/github-pages-deploy-action/compare/v4.4.3...v4.5.0</a></p>
    113 </blockquote>
    114 </details>
    115 <details>
    116 <summary>Commits</summary>
    117 <ul>
    118 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/65b5dfd4f5bcd3a7403bbc2959c144256167464e"><code>65b5dfd</code></a> Deploy Production Code for Commit 32bb2a8d7bda92f28b1fd223fc5793ab27f725eb 🚀</li>
    119 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/32bb2a8d7bda92f28b1fd223fc5793ab27f725eb"><code>32bb2a8</code></a> Merge branch 'dev' into releases/v4</li>
    120 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/7879c16b183e9e4d01df2ad341ca028096570343"><code>7879c16</code></a> feat: update to Node 20</li>
    121 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/1c34508fa25aca02eab9acba06e496d05744d1b4"><code>1c34508</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.9.0 to 20.10.0 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1479">#1479</a>)</li>
    122 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/b957d05c49f8a1699a3694a18f7f5ebafcd26f1b"><code>b957d05</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1429">#1429</a>)</li>
    123 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/3a4632deff2025662181e3731d352b4fffd4c5df"><code>3a4632d</code></a> build(deps-dev): bump <code>@​types/node</code> from 20.4.9 to 20.9.0 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1474">#1474</a>)</li>
    124 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/9de026908021c3f454a557024a9c44136457ff4b"><code>9de0269</code></a> build(deps): bump actions/setup-node from 3 to 4 (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1467">#1467</a>)</li>
    125 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/810af534294f0668822498c26d1a0f3b11faa358"><code>810af53</code></a> Update README.md</li>
    126 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/24c1e2a9e444bcba7e87c995479bff311c3d1980"><code>24c1e2a</code></a> doc: <code>.gitignore</code> matches not being deployed (<a href="https://redirect.github.com/jamesives/github-pages-deploy-action/issues/1459">#1459</a>)</li>
    127 <li><a href="https://github.com/JamesIves/github-pages-deploy-action/commit/0769273cc26fea2ee91b43a7f5110823f52df2c4"><code>0769273</code></a> fix: remove base.Dockerfile as it's not needed</li>
    128 <li>Additional commits viewable in <a href="https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.3...v4.5.0">compare view</a></li>
    129 </ul>
    130 </details>
    131 <br />
    132 
    133 Updates `zgosalvez/github-actions-report-lcov` from 3 to 4
    134 <details>
    135 <summary>Release notes</summary>
    136 <p><em>Sourced from <a href="https://github.com/zgosalvez/github-actions-report-lcov/releases">zgosalvez/github-actions-report-lcov's releases</a>.</em></p>
    137 <blockquote>
    138 <h2>v4.0.0</h2>
    139 <h2>What's Changed</h2>
    140 <ul>
    141 <li>Transition to Node 20 by <a href="https://github.com/zgosalvez"><code>@​zgosalvez</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/152">zgosalvez/github-actions-report-lcov#152</a></li>
    142 <li>Bump eslint from 8.44.0 to 8.51.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/147">zgosalvez/github-actions-report-lcov#147</a></li>
    143 <li>Bump actions/checkout from 3.5.3 to 4.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/145">zgosalvez/github-actions-report-lcov#145</a></li>
    144 <li>Bump actions/cache from 3.3.1 to 3.3.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/146">zgosalvez/github-actions-report-lcov#146</a></li>
    145 <li>Bump actions/setup-node from 3.7.0 to 3.8.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/138">zgosalvez/github-actions-report-lcov#138</a></li>
    146 <li>Bump <code>@​vercel/ncc</code> from 0.36.1 to 0.38.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/141">zgosalvez/github-actions-report-lcov#141</a></li>
    147 <li>Bump zgosalvez/github-actions-get-action-runs-using-version from 1.0.13 to 1.0.14 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/133">zgosalvez/github-actions-report-lcov#133</a></li>
    148 <li>Bump <code>@​actions/artifact</code> from 1.1.1 to 1.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/140">zgosalvez/github-actions-report-lcov#140</a></li>
    149 <li>Bump npm from 9.8.0 to 10.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/153">zgosalvez/github-actions-report-lcov#153</a></li>
    150 <li>Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.4 to 3.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/157">zgosalvez/github-actions-report-lcov#157</a></li>
    151 <li>Bump actions/checkout from 4.1.0 to 4.1.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/154">zgosalvez/github-actions-report-lcov#154</a></li>
    152 <li>Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/159">zgosalvez/github-actions-report-lcov#159</a></li>
    153 <li>Bump actions/setup-node from 3.8.1 to 4.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/156">zgosalvez/github-actions-report-lcov#156</a></li>
    154 <li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/158">zgosalvez/github-actions-report-lcov#158</a></li>
    155 <li>Bump <code>@​actions/github</code> from 5.1.1 to 6.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/155">zgosalvez/github-actions-report-lcov#155</a></li>
    156 </ul>
    157 <p><strong>Full Changelog</strong>: <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v4.0.0">https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v4.0.0</a></p>
    158 <h2>v3.1.8</h2>
    159 <h2>What's Changed</h2>
    160 <ul>
    161 <li>Bump npm from 9.6.6 to 9.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/124">zgosalvez/github-actions-report-lcov#124</a></li>
    162 <li>Bump eslint from 8.40.0 to 8.43.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/123">zgosalvez/github-actions-report-lcov#123</a></li>
    163 <li>Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.2 to 2.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/120">zgosalvez/github-actions-report-lcov#120</a></li>
    164 <li>Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 2.1.3 to 2.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/128">zgosalvez/github-actions-report-lcov#128</a></li>
    165 <li>Bump actions/setup-node from 3.6.0 to 3.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/129">zgosalvez/github-actions-report-lcov#129</a></li>
    166 <li>Bump actions/checkout from 3.5.2 to 3.5.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/125">zgosalvez/github-actions-report-lcov#125</a></li>
    167 <li>Bump npm from 9.7.2 to 9.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/127">zgosalvez/github-actions-report-lcov#127</a></li>
    168 <li>Bump eslint from 8.43.0 to 8.44.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/126">zgosalvez/github-actions-report-lcov#126</a></li>
    169 </ul>
    170 <p><strong>Full Changelog</strong>: <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.8">https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.8</a></p>
    171 <h2>v3.1.7</h2>
    172 <h2>What's Changed</h2>
    173 <ul>
    174 <li>Bump eslint from 8.39.0 to 8.40.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/117">zgosalvez/github-actions-report-lcov#117</a></li>
    175 <li>Bump zgosalvez/github-actions-get-action-runs-using-version from 1.0.12 to 1.0.13 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/115">zgosalvez/github-actions-report-lcov#115</a></li>
    176 <li>Bump actions/checkout from 3.5.0 to 3.5.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/114">zgosalvez/github-actions-report-lcov#114</a></li>
    177 <li>Bump npm from 9.6.5 to 9.6.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/116">zgosalvez/github-actions-report-lcov#116</a></li>
    178 </ul>
    179 <p><strong>Full Changelog</strong>: <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.7">https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v3.1.7</a></p>
    180 <h2>v3.1.6</h2>
    181 <h2>What's Changed</h2>
    182 <ul>
    183 <li>Bump npm from 9.6.4 to 9.6.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/112">zgosalvez/github-actions-report-lcov#112</a></li>
    184 <li>Bump eslint from 8.38.0 to 8.39.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/pull/113">zgosalvez/github-actions-report-lcov#113</a></li>
    185 </ul>
    186 <!-- raw HTML omitted -->
    187 </blockquote>
    188 <p>... (truncated)</p>
    189 </details>
    190 <details>
    191 <summary>Commits</summary>
    192 <ul>
    193 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/77c3fa1e20d891bc83ec63b6b0e5ecf5ee1ced1e"><code>77c3fa1</code></a> Bump zgosalvez/github-actions-ensure-sha-pinned-actions (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/166">#166</a>)</li>
    194 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/26ba781fb9b11942f37366355e58a205a1b91428"><code>26ba781</code></a> Bump zgosalvez/github-actions-get-action-runs-using-version (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/165">#165</a>)</li>
    195 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/2d34fb37e4d6dffb0e39bda80f2574f4c8c44d40"><code>2d34fb3</code></a> Bump eslint from 8.54.0 to 8.55.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/167">#167</a>)</li>
    196 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/d648b8214072d5159cd2f7ffcab3cf6f7360f083"><code>d648b82</code></a> Added logging for when event isn't a PR (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/162">#162</a>)</li>
    197 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/903fd910277088546725705125328a1463f37bba"><code>903fd91</code></a> Bump npm from 10.2.3 to 10.2.4 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/163">#163</a>)</li>
    198 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/f23b46e670a5a76ce849fe10bc1bcd2e0cb641a0"><code>f23b46e</code></a> Bump eslint from 8.53.0 to 8.54.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/164">#164</a>)</li>
    199 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/96c2a8e4f5239525b6a15297efb1d648ca60ef15"><code>96c2a8e</code></a> Bump npm from 10.2.2 to 10.2.3 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/160">#160</a>)</li>
    200 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/dec4f557b8266b4a48d66d7a06a639dde8a1a0d1"><code>dec4f55</code></a> Bump eslint from 8.52.0 to 8.53.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/161">#161</a>)</li>
    201 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/b09f498e9629dab1d8684cd93c4b08f981b68749"><code>b09f498</code></a> Create SECURITY.md</li>
    202 <li><a href="https://github.com/zgosalvez/github-actions-report-lcov/commit/76a5e21a047c089ef0451f1ee320cdf12f712342"><code>76a5e21</code></a> Bump <code>@​actions/github</code> from 5.1.1 to 6.0.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-report-lcov/issues/155">#155</a>)</li>
    203 <li>Additional commits viewable in <a href="https://github.com/zgosalvez/github-actions-report-lcov/compare/v3...v4">compare view</a></li>
    204 </ul>
    205 </details>
    206 <br />
    207 
    208 
    209 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`.
    210 
    211 [//]: # (dependabot-automerge-start)
    212 [//]: # (dependabot-automerge-end)
    213 
    214 ---
    215 
    216 <details>
    217 <summary>Dependabot commands and options</summary>
    218 <br />
    219 
    220 You can trigger Dependabot actions by commenting on this PR:
    221 - `@dependabot rebase` will rebase this PR
    222 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    223 - `@dependabot merge` will merge this PR after your CI passes on it
    224 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    225 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    226 - `@dependabot reopen` will reopen this PR if it is closed
    227 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    228 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    229 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    230 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    231 - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    232 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
    233 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
    234 
    235 
    236 </details>
    237 
    238 
    239 ## Comments
    240 
    241 ### @dependabot[bot] — 2023-12-11T09:37:53Z
    242 
    243 Looks like these dependencies are updatable in another way, so this is no longer needed.
    244