Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump fastlane from 2.222.0 to 2.223.1 (#1096)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.222.0 to 2.223.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fastlane/fastlane/releases">fastlane's releases</a>.</em></p> <blockquote> <h2>2.223.1 Improvements</h2> <ul> <li>[core] fix duplicate builds being matched in BuildWatcher (<a href="https://redirect.github.com/fastlane/fastlane/issues/22256">#22256</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@joshdholtz</code></a>)</li> <li>[ci] adding one more github auth call to CI release process (<a href="https://redirect.github.com/fastlane/fastlane/issues/22253">#22253</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@joshdholtz</code></a>)</li> <li>[c] prevent rate limited when releasing fastlane on GitHub Actions (<a href="https://redirect.github.com/fastlane/fastlane/issues/22252">#22252</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@joshdholtz</code></a>)</li> </ul> <h2>2.223.0 Improvements</h2> <ul> <li>[ci] fix changelog generation when no author (<a href="https://redirect.github.com/fastlane/fastlane/issues/22250">#22250</a>) via Josh Holtz (<a href="https://github.com/joshdholtz"><code>@joshdholtz</code></a>)</li> <li>[core] add -packageAuthorizationProvider flag for xcodebuild (<a href="https://redirect.github.com/fastlane/fastlane/issues/22227">#22227</a>) via Yarden Eitan (<a href="https://github.com/yarneo"><code>@yarneo</code></a>)</li> <li>[deliver][pilot] add ability to use Individual API key in deliver and pilot (<a href="https://redirect.github.com/fastlane/fastlane/issues/22128">#22128</a>) via Ryosuke Ito (<a href="https://github.com/manicmaniac"><code>@manicmaniac</code></a>)</li> <li>[match] allow using legacy encryption mode when writing to storage (<a href="https://redirect.github.com/fastlane/fastlane/issues/22228">#22228</a>) via Hiroto Nakamura (<a href="https://github.com/Hiroto-N"><code>@Hiroto-N</code></a>)</li> <li>[action][import_from_git] fix import_from_git when specifying a tag and cache_path (<a href="https://redirect.github.com/fastlane/fastlane/issues/22133">#22133</a>) via Jens Kuhr Jørgensen (<a href="https://github.com/jenskuhrjorgensen"><code>@jenskuhrjorgensen</code></a>)</li> <li>[slack] enable emoji-based icons in Slack action by adding icon_emoji parameter (<a href="https://redirect.github.com/fastlane/fastlane/issues/22235">#22235</a>) via Luka Hristic (<a href="https://github.com/lukeleleh"><code>@lukeleleh</code></a>)</li> <li>[action][testfairy] add tags parameter to TestFairy upload action (<a href="https://redirect.github.com/fastlane/fastlane/issues/22119">#22119</a>) via Duncan MacDonald (<a href="https://github.com/oct0f1sh"><code>@oct0f1sh</code></a>)</li> <li>[action][changelog_from_git_commits] add app_path parameter to changelog_from_git_commits (<a href="https://redirect.github.com/fastlane/fastlane/issues/22149">#22149</a>) via John Pignata (<a href="https://github.com/jpignata"><code>@jpignata</code></a>)</li> <li>[scan] improve performance by change order of checks in <code>building_mac_catalyst_for_mac</code> function (<a href="https://redirect.github.com/fastlane/fastlane/issues/20898">#20898</a>) via TomoXD (<a href="https://github.com/ghost"><code>@ghost</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fastlane/fastlane/commit/31b039cda1acbe81f495178bc4054b764633f0cd"><code>31b039c</code></a> Version bump to 2.223.1 (<a href="https://redirect.github.com/fastlane/fastlane/issues/22257">#22257</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/c59fe378f4e7e7af24b6a5772aa0bc4f470fc6d3"><code>c59fe37</code></a> [core] fix duplicate builds being matched in BuildWatcher (<a href="https://redirect.github.com/fastlane/fastlane/issues/22256">#22256</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/28ed97674e9459c552cbb7bdeb6ede21577f3a00"><code>28ed976</code></a> [ci] adding one more github auth call to CI release process (<a href="https://redirect.github.com/fastlane/fastlane/issues/22253">#22253</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/ac36aeda5e7fd2f16528a7cddc8297bc0ac1301f"><code>ac36aed</code></a> Use GITHUB_TOKEN when fetching release in GH Actions (<a href="https://redirect.github.com/fastlane/fastlane/issues/22252">#22252</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/3a333fd087f079c311c439d950dba886a6b57f6c"><code>3a333fd</code></a> Version bump to 2.223.0 (<a href="https://redirect.github.com/fastlane/fastlane/issues/22251">#22251</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/f4a6268f1260c53320af903fd98071a9d7f0acf7"><code>f4a6268</code></a> Fix changelog generation when no author (<a href="https://redirect.github.com/fastlane/fastlane/issues/22250">#22250</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/b0f4b186ae901be4f8e19fe10a53c496e54171c8"><code>b0f4b18</code></a> Add -packageAuthorizationProvider flag for xcodebuild (<a href="https://redirect.github.com/fastlane/fastlane/issues/22227">#22227</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/b61548cdd398a13aa7b99f915e57bebe54137d35"><code>b61548c</code></a> Add ability to use Individual API key in deliver and pilot (<a href="https://redirect.github.com/fastlane/fastlane/issues/22128">#22128</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/bd4aa317e14110d4d21f0fedd678872cb029fcfb"><code>bd4aa31</code></a> Match: Allow using legacy encryption mode when writing to storage (<a href="https://redirect.github.com/fastlane/fastlane/issues/22228">#22228</a>)</li> <li><a href="https://github.com/fastlane/fastlane/commit/0f7c6a407f54868d12e914b9372fcf2916ba9efc"><code>0f7c6a4</code></a> Fix import_from_git when specifying a tag and cache_path (<a href="https://redirect.github.com/fastlane/fastlane/issues/22133">#22133</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fastlane/fastlane/compare/fastlane/2.222.0...fastlane/2.223.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fastlane&package-manager=bundler&previous-version=2.222.0&new-version=2.223.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information