dependabot[bot] opened a new pull request, #2649: URL: https://github.com/apache/shiro/pull/2649
Bumps the pre-commit-hooks group with 1 update: [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint). Updates `https://github.com/rhysd/actionlint` from v1.7.11 to 1.7.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rhysd/actionlint/releases">https://github.com/rhysd/actionlint's releases</a>.</em></p> <blockquote> <h2>v1.7.12</h2> <ul> <li>Support the <a href="https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onschedule"><code>timezone</code> configuration in <code>on.schedule</code></a> with checks for IANA timezone string. See the <a href="https://github.com/rhysd/actionlint/blob/main/docs/checks.md#check-cron-syntax-and-timezone">documentation</a> for more details. Note that actionlint starts to embed the timezone database in the executables from this version so the binary sizes slightly increase. (<a href="https://redirect.github.com/rhysd/actionlint/issues/641">#641</a>, thanks <a href="https://github.com/martincostello"><code>@martincostello</code></a>) <pre lang="yaml"><code>on: schedule: # ERROR: The timezone is not a valid IANA timezone string - cron: '*/5 * * * *' timezone: 'Asia/Somewhere' </code></pre> </li> <li>Support the <a href="https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments"><code>jobs.<job_name>.environment.deployment</code> configuration</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/639">#639</a>, thanks <a href="https://github.com/springmeyer"><code>@springmeyer</code></a>)</li> <li>Support the <a href="https://github.blog/changelog/2026-02-26-macos-26-is-now-generally-available-for-github-hosted-runners/"><code>macos-26-intel</code> runner label</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/629">#629</a>, thanks <a href="https://github.com/hugovk"><code>@hugovk</code></a>)</li> <li>Fix the outdated <a href="https://github.com/rhysd/actionlint/blob/main/all_webhooks.go">table of webhook activity types</a> by rebuilding the <a href="https://github.com/rhysd/actionlint/tree/main/scripts/generate-webhook-events">script to scrape the table</a> from scratch.</li> <li>Support Go 1.26 and drop the support for Go 1.24. Now supported versions are 1.25 and 1.26.</li> <li>Tests are run on arm64 Windows in CI.</li> <li>Update the popular actions data set to the latest.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md">https://github.com/rhysd/actionlint's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/rhysd/actionlint/releases/tag/v1.7.12">v1.7.12</a> - 2026-03-30</h1> <ul> <li>Support the <a href="https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#onschedule"><code>timezone</code> configuration in <code>on.schedule</code></a> with checks for IANA timezone string. See the <a href="https://github.com/rhysd/actionlint/blob/main/docs/checks.md#check-cron-syntax-and-timezone">documentation</a> for more details. Note that actionlint starts to embed the timezone database in the executables from this version so the binary sizes slightly increase. (<a href="https://redirect.github.com/rhysd/actionlint/issues/641">#641</a>, thanks <a href="https://github.com/martincostello"><code>@martincostello</code></a>) <pre lang="yaml"><code>on: schedule: # ERROR: The timezone is not a valid IANA timezone string - cron: '*/5 * * * *' timezone: 'Asia/Somewhere' </code></pre> </li> <li>Support the <a href="https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments"><code>jobs.<job_name>.environment.deployment</code> configuration</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/639">#639</a>, thanks <a href="https://github.com/springmeyer"><code>@springmeyer</code></a>)</li> <li>Support the <a href="https://github.blog/changelog/2026-02-26-macos-26-is-now-generally-available-for-github-hosted-runners/"><code>macos-26-intel</code> runner label</a>. (<a href="https://redirect.github.com/rhysd/actionlint/issues/629">#629</a>, thanks <a href="https://github.com/hugovk"><code>@hugovk</code></a>)</li> <li>Fix the <a href="https://github.com/rhysd/actionlint/blob/main/all_webhooks.go">table of webhook activity types</a> are outdated by rebuilding the <a href="https://github.com/rhysd/actionlint/tree/main/scripts/generate-webhook-events">script to scrape the table</a> from scratch.</li> <li>Support Go 1.26 and drop the support for Go 1.24. Now supported versions are 1.25 and 1.26.</li> <li>Tests are run on arm64 Windows in CI.</li> <li>Update the popular actions data set to the latest.</li> </ul> <p>[Changes][v1.7.12]</p> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rhysd/actionlint/commit/914e7df21a07ef503a81201c76d2b11c789d3fca"><code>914e7df</code></a> bump up version to v1.7.12</li> <li><a href="https://github.com/rhysd/actionlint/commit/f1fe8a14702e00ee5f51a65cd44232260a1f38e3"><code>f1fe8a1</code></a> update popular actions data set to the latest</li> <li><a href="https://github.com/rhysd/actionlint/commit/0ef3e186788c574789a53973ce6bbe68b0847855"><code>0ef3e18</code></a> add support for <a href="https://github.blog/changelog/2026-03-19-github-actions-late-">https://github.blog/changelog/2026-03-19-github-actions-late-</a>...</li> <li><a href="https://github.com/rhysd/actionlint/commit/d2f9e65edb32bf399153bb4931f4e30460951e1c"><code>d2f9e65</code></a> update document to describe the timezone check in <code>on.schedule</code></li> <li><a href="https://github.com/rhysd/actionlint/commit/c03b2717b1dfa137c053e3a54b35461bfdc370ae"><code>c03b271</code></a> Merge branch 'followup-issue641' (<a href="https://redirect.github.com/rhysd/actionlint/issues/641">#641</a>)</li> <li><a href="https://github.com/rhysd/actionlint/commit/c9efd912c902f0c8f614f5dab77954d2e30540a7"><code>c9efd91</code></a> fix staticcheck checks files inside <code>./playground/node_modules</code></li> <li><a href="https://github.com/rhysd/actionlint/commit/08e233692b667c90f96469588ccc1d835508b363"><code>08e2336</code></a> include timezone database in executable statically</li> <li><a href="https://github.com/rhysd/actionlint/commit/f48c0a493f9e25e99443136b413cde503258c745"><code>f48c0a4</code></a> fix timezone check is incomplete</li> <li><a href="https://github.com/rhysd/actionlint/commit/6b811d3a8395894f2353f964fed61f61d64e9230"><code>6b811d3</code></a> fix problem matcher test fails due to line ending in test data</li> <li><a href="https://github.com/rhysd/actionlint/commit/4897c1ddc2fb5738bb38d80c58ab2f1836118391"><code>4897c1d</code></a> Merge pull request <a href="https://redirect.github.com/rhysd/actionlint/issues/641">#641</a> from martincostello/<a href="https://redirect.github.com/rhysd/actionlint/issues/638">gh-638</a></li> <li>Additional commits viewable in <a href="https://github.com/rhysd/actionlint/compare/v1.7.11...v1.7.12">compare view</a></li> </ul> </details> <br /> [](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 <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) - `@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) - `@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) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </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]
