dependabot[bot] opened a new pull request, #1937:
URL: https://github.com/apache/cordova-android/pull/1937

   Bumps [erisu/apache-rat-action](https://github.com/erisu/apache-rat-action) 
from 2.0.0 to 3.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/erisu/apache-rat-action/releases";>erisu/apache-rat-action's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>ci: add workflow to test own action by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/11";>erisu/apache-rat-action#11</a></li>
   <li>chore(ci): workflows &amp; dependabot config by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/14";>erisu/apache-rat-action#14</a>
   <ul>
   <li>Added <code>dependabot.yml</code> configurations
   <ul>
   <li>Monitor actions dependencies.</li>
   <li>Runs twice a week and only and has a cooldown of 6 days.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>feat: use docker by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/12";>erisu/apache-rat-action#12</a>
   <ul>
   <li>Harden the environment using Docker instead of composite actions (for 
isolation)</li>
   <li>Run as a non-root user inside Docker</li>
   <li>Updated <code>dependabot.yml</code> configurations
   <ul>
   <li>Monitor docker dependencies.</li>
   <li>Runs twice a week and only and has a cooldown of 6 days.</li>
   </ul>
   </li>
   </ul>
   </li>
   <li>chore: remove accidental ci.yaml file by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/16";>erisu/apache-rat-action#16</a></li>
   <li>feat!: bump Apache RAT 0.18 &amp; JDK 25 by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/13";>erisu/apache-rat-action#13</a></li>
   <li>feat: support custom rat exclude filename &amp; improved defaults by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/17";>erisu/apache-rat-action#17</a></li>
   <li>feat: better logging by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/18";>erisu/apache-rat-action#18</a></li>
   <li>chore: mark code sections by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/19";>erisu/apache-rat-action#19</a></li>
   <li>feat: ensure copied files ownership is app:app &amp; improve README by 
<a href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/20";>erisu/apache-rat-action#20</a></li>
   <li>chore: update README and prepare for v3.0.0 by <a 
href="https://github.com/erisu";><code>@​erisu</code></a> in <a 
href="https://redirect.github.com/erisu/apache-rat-action/pull/21";>erisu/apache-rat-action#21</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/erisu/apache-rat-action/compare/v2...v3.0.0";>https://github.com/erisu/apache-rat-action/compare/v2...v3.0.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/30c94d10ed21e6f6fd5590dc5c158f58cae7a0dd";><code>30c94d1</code></a>
 chore: update README and prepare for v3.0.0 (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/21";>#21</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/346537a26e38d8741a38361962313d199cbd8af1";><code>346537a</code></a>
 feat: ensure copied files ownership is app:app, improve README &amp; logging 
(<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/20";>#20</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/87f23f198393a26723b6fce016c61fbb877e592b";><code>87f23f1</code></a>
 chore: mark code sections (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/19";>#19</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/6600cc6a49031f644bfe93ac3dc2e42aafd5376f";><code>6600cc6</code></a>
 feat: better logging (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/18";>#18</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/60afe4238862b33800c2ddeddc97b540b07b3cae";><code>60afe42</code></a>
 feat: support custom rat exclude filename &amp; improved defaults (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/17";>#17</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/50c03836c58a55230d39fe3fb136fbd9ab62d56d";><code>50c0383</code></a>
 feat!: bump Apache RAT 0.18 &amp; JDK 25 (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/13";>#13</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/2e8180a31896fedc3876eeb7db3e764173118c1d";><code>2e8180a</code></a>
 chore: remove accidental ci.yaml file (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/16";>#16</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/fd082e24eda333e3b99c116ab715ef751879816d";><code>fd082e2</code></a>
 feat: use docker (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/12";>#12</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/e3b0c64e997fea6e7bf1f2b4cd0384707e1f0d71";><code>e3b0c64</code></a>
 chore(ci): workflows &amp; dependabot config (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/14";>#14</a>)</li>
   <li><a 
href="https://github.com/erisu/apache-rat-action/commit/7e36aa95204f46b6e437f17e44d2847d844492ec";><code>7e36aa9</code></a>
 ci: add workflow to test own action (<a 
href="https://redirect.github.com/erisu/apache-rat-action/issues/11";>#11</a>)</li>
   <li>See full diff in <a 
href="https://github.com/erisu/apache-rat-action/compare/46fb01ce7d8f76bdcd7ab10e7af46e1ea95ca01c...30c94d10ed21e6f6fd5590dc5c158f58cae7a0dd";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=erisu/apache-rat-action&package-manager=github_actions&previous-version=2.0.0&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   - `@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)
   - `@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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to