[PR #4496] [MERGED] [deps]: Update gh minor #4994

Closed
opened 2025-11-26 23:52:35 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/4496
Author: @renovate[bot]
Created: 12/20/2024
Status: Merged
Merged: 1/7/2025
Merged by: @SaintPatrck

Base: mainHead: renovate/gh-minor


📝 Commits (2)

  • 972c572 [deps]: Update gh minor
  • 4046c2f Merge branch 'main' into renovate/gh-minor

📊 Changes

7 files changed (+37 additions, -37 deletions)

View changed files

📝 .github/workflows/build.yml (+24 -24)
📝 .github/workflows/crowdin-pull.yml (+2 -2)
📝 .github/workflows/crowdin-push.yml (+1 -1)
📝 .github/workflows/github-release.yml (+1 -1)
📝 .github/workflows/scan-ci.yml (+2 -2)
📝 .github/workflows/scan.yml (+2 -2)
📝 .github/workflows/test.yml (+5 -5)

📄 Description

This PR contains the following updates:

Package Type Update Change
actions/create-github-app-token action patch v1.11.0 -> v1.11.1
actions/setup-java action minor v4.5.0 -> v4.6.0
actions/upload-artifact action minor v4.4.3 -> v4.5.0
checkmarx/ast-github-action action patch 2.0.39 -> 2.0.41
codecov/codecov-action action patch v5.1.1 -> v5.1.2
crowdin/github-action action minor v2.4.0 -> v2.5.0
github/codeql-action action minor v3.27.6 -> v3.28.0
gradle/actions action patch v4.2.1 -> v4.2.2
ruby/setup-ruby action minor v1.203.0 -> v1.207.0
softprops/action-gh-release action minor v2.1.0 -> v2.2.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/create-github-app-token (actions/create-github-app-token)

v1.11.1

Compare Source

What's Changed

Bug Fixes

Full Changelog: https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1

actions/setup-java (actions/setup-java)

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.6.0

actions/upload-artifact (actions/upload-artifact)

v4.5.0

Compare Source

checkmarx/ast-github-action (checkmarx/ast-github-action)

v2.0.41

Compare Source

What's Changed

Other Changes

Full Changelog: https://github.com/Checkmarx/ast-github-action/compare/2.0.40...2.0.41

v2.0.40

Compare Source

What's Changed

Other Changes

Full Changelog: https://github.com/Checkmarx/ast-github-action/compare/2.0.39...2.0.40

codecov/codecov-action (codecov/codecov-action)

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

crowdin/github-action (crowdin/github-action)

v2.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/crowdin/github-action/compare/v2.4.0...v2.5.0

github/codeql-action (github/codeql-action)

v3.28.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.28.0 - 20 Dec 2024
  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

v3.27.9

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.8

Compare Source

v3.27.7

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

gradle/actions (gradle/actions)

v4.2.2

Compare Source

This patch release updates a bunch of dependency versions and fixes a deprecation warning emitted with Gradle 8.12.

What's Changed
New Contributors

Full Changelog: https://github.com/gradle/actions/compare/v4.2.1...v4.2.2

ruby/setup-ruby (ruby/setup-ruby)

v1.207.0

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.206.0...v1.207.0

v1.206.0

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.205.0...v1.206.0

v1.205.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.204.0...v1.205.0

v1.204.0

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.203.0...v1.204.0

softprops/action-gh-release (softprops/action-gh-release)

v2.2.0

Compare Source

What's Changed

Exciting New Features 🎉
Bug fixes 🐛
Other Changes 🔄

New Contributors

Full Changelog: https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/4496 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 12/20/2024 **Status:** ✅ Merged **Merged:** 1/7/2025 **Merged by:** [@SaintPatrck](https://github.com/SaintPatrck) **Base:** `main` ← **Head:** `renovate/gh-minor` --- ### 📝 Commits (2) - [`972c572`](https://github.com/bitwarden/android/commit/972c572b424af8b334ebea268dcb9096a23fb3d1) [deps]: Update gh minor - [`4046c2f`](https://github.com/bitwarden/android/commit/4046c2fb348ac4771966de8b3bc43fde53af9042) Merge branch 'main' into renovate/gh-minor ### 📊 Changes **7 files changed** (+37 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+24 -24) 📝 `.github/workflows/crowdin-pull.yml` (+2 -2) 📝 `.github/workflows/crowdin-push.yml` (+1 -1) 📝 `.github/workflows/github-release.yml` (+1 -1) 📝 `.github/workflows/scan-ci.yml` (+2 -2) 📝 `.github/workflows/scan.yml` (+2 -2) 📝 `.github/workflows/test.yml` (+5 -5) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) | action | patch | `v1.11.0` -> `v1.11.1` | | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | minor | `v4.5.0` -> `v4.6.0` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | minor | `v4.4.3` -> `v4.5.0` | | [checkmarx/ast-github-action](https://redirect.github.com/checkmarx/ast-github-action) | action | patch | `2.0.39` -> `2.0.41` | | [codecov/codecov-action](https://redirect.github.com/codecov/codecov-action) | action | patch | `v5.1.1` -> `v5.1.2` | | [crowdin/github-action](https://redirect.github.com/crowdin/github-action) | action | minor | `v2.4.0` -> `v2.5.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | minor | `v3.27.6` -> `v3.28.0` | | [gradle/actions](https://redirect.github.com/gradle/actions) | action | patch | `v4.2.1` -> `v4.2.2` | | [ruby/setup-ruby](https://redirect.github.com/ruby/setup-ruby) | action | minor | `v1.203.0` -> `v1.207.0` | | [softprops/action-gh-release](https://redirect.github.com/softprops/action-gh-release) | action | minor | `v2.1.0` -> `v2.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.11.1`](https://redirect.github.com/actions/create-github-app-token/releases/tag/v1.11.1) [Compare Source](https://redirect.github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1) #### What's Changed ##### Bug Fixes - **deps:** bump the production-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/create-github-app-token/pull/193](https://redirect.github.com/actions/create-github-app-token/pull/193) **Full Changelog**: https://github.com/actions/create-github-app-token/compare/v1.11.0...v1.11.1 </details> <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v4.6.0`](https://redirect.github.com/actions/setup-java/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/actions/setup-java/compare/v4.5.0...v4.6.0) #### What's Changed **Add-ons:** - Add Support for JetBrains Runtime by [@&#8203;gmitch215](https://redirect.github.com/gmitch215) in [https://github.com/actions/setup-java/pull/637](https://redirect.github.com/actions/setup-java/pull/637) ```steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: ‘jetbrains’ java-version: '21' ``` **Bug fixes:** - Fix Ubuntu-latest CI failures by [@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in [https://github.com/actions/setup-java/pull/693](https://redirect.github.com/actions/setup-java/pull/693) #### New Contributors - [@&#8203;gmitch215](https://redirect.github.com/gmitch215) made their first contribution in [https://github.com/actions/setup-java/pull/637](https://redirect.github.com/actions/setup-java/pull/637) **Full Changelog**: https://github.com/actions/setup-java/compare/v4...v4.6.0 </details> <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v4.5.0`](https://redirect.github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0) </details> <details> <summary>checkmarx/ast-github-action (checkmarx/ast-github-action)</summary> ### [`v2.0.41`](https://redirect.github.com/Checkmarx/ast-github-action/releases/tag/2.0.41) [Compare Source](https://redirect.github.com/checkmarx/ast-github-action/compare/2.0.40...2.0.41) <!-- Release notes generated using configuration in .github/release.yml at 2.0.41 --> #### What's Changed ##### Other Changes - Update CLI to version 2.3.9 by [@&#8203;AlvoBen](https://redirect.github.com/AlvoBen) in [https://github.com/Checkmarx/ast-github-action/pull/213](https://redirect.github.com/Checkmarx/ast-github-action/pull/213) **Full Changelog**: https://github.com/Checkmarx/ast-github-action/compare/2.0.40...2.0.41 ### [`v2.0.40`](https://redirect.github.com/Checkmarx/ast-github-action/releases/tag/2.0.40) [Compare Source](https://redirect.github.com/checkmarx/ast-github-action/compare/2.0.39...2.0.40) <!-- Release notes generated using configuration in .github/release.yml at 2.0.40 --> #### What's Changed ##### Other Changes - fix health check vul by [@&#8203;AlvoBen](https://redirect.github.com/AlvoBen) in [https://github.com/Checkmarx/ast-github-action/pull/210](https://redirect.github.com/Checkmarx/ast-github-action/pull/210) - Update Dockerfile by [@&#8203;AlvoBen](https://redirect.github.com/AlvoBen) in [https://github.com/Checkmarx/ast-github-action/pull/212](https://redirect.github.com/Checkmarx/ast-github-action/pull/212) **Full Changelog**: https://github.com/Checkmarx/ast-github-action/compare/2.0.39...2.0.40 </details> <details> <summary>codecov/codecov-action (codecov/codecov-action)</summary> ### [`v5.1.2`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v512) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v5.1.1...v5.1.2) ##### What's Changed - fix: update statment by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1726](https://redirect.github.com/codecov/codecov-action/pull/1726) - fix: update action script by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1725](https://redirect.github.com/codecov/codecov-action/pull/1725) - fix: prevent oidc on tokenless due to permissioning by [@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1724](https://redirect.github.com/codecov/codecov-action/pull/1724) - chore(release): wrapper-0.0.31 by [@&#8203;app/codecov-releaser-app](https://redirect.github.com/app/codecov-releaser-app) in [https://github.com/codecov/codecov-action/pull/1723](https://redirect.github.com/codecov/codecov-action/pull/1723) - Put quotes around `${{ inputs.token }}` in `action.yml` by [@&#8203;jwodder](https://redirect.github.com/jwodder) in [https://github.com/codecov/codecov-action/pull/1721](https://redirect.github.com/codecov/codecov-action/pull/1721) - build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1722](https://redirect.github.com/codecov/codecov-action/pull/1722) - Remove mistake from options table by [@&#8203;Acconut](https://redirect.github.com/Acconut) in [https://github.com/codecov/codecov-action/pull/1718](https://redirect.github.com/codecov/codecov-action/pull/1718) - build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by [@&#8203;app/dependabot](https://redirect.github.com/app/dependabot) in [https://github.com/codecov/codecov-action/pull/1717](https://redirect.github.com/codecov/codecov-action/pull/1717) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2 </details> <details> <summary>crowdin/github-action (crowdin/github-action)</summary> ### [`v2.5.0`](https://redirect.github.com/crowdin/github-action/releases/tag/v2.5.0) [Compare Source](https://redirect.github.com/crowdin/github-action/compare/v2.4.0...v2.5.0) #### What's Changed - CLI [4.5.0](https://redirect.github.com/crowdin/crowdin-cli/releases/tag/4.5.0) by [@&#8203;andrii-bodnar](https://redirect.github.com/andrii-bodnar) - docs: default values by [@&#8203;andrii-bodnar](https://redirect.github.com/andrii-bodnar) in [https://github.com/crowdin/github-action/pull/257](https://redirect.github.com/crowdin/github-action/pull/257) **Full Changelog**: https://github.com/crowdin/github-action/compare/v2.4.0...v2.5.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.28.0`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.27.9...v3.28.0) ##### CodeQL Action Changelog See the [releases page](https://redirect.github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. ##### 3.28.0 - 20 Dec 2024 - Bump the minimum CodeQL bundle version to 2.15.5. [#&#8203;2655](https://redirect.github.com/github/codeql-action/pull/2655) - Don't fail in the unusual case that a file is on the search path. [#&#8203;2660](https://redirect.github.com/github/codeql-action/pull/2660). See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.0/CHANGELOG.md) for more information. ### [`v3.27.9`](https://redirect.github.com/github/codeql-action/releases/tag/v3.27.9) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.27.8...v3.27.9) ##### CodeQL Action Changelog See the [releases page](https://redirect.github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. ##### 3.27.9 - 12 Dec 2024 No user facing changes. See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.27.9/CHANGELOG.md) for more information. ### [`v3.27.8`](https://redirect.github.com/github/codeql-action/compare/v3.27.7...v3.27.8) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.27.7...v3.27.8) ### [`v3.27.7`](https://redirect.github.com/github/codeql-action/releases/tag/v3.27.7) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.27.6...v3.27.7) ##### CodeQL Action Changelog See the [releases page](https://redirect.github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers. ##### 3.27.7 - 10 Dec 2024 - We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. [#&#8203;2631](https://redirect.github.com/github/codeql-action/pull/2631) - Update default CodeQL bundle version to 2.20.0. [#&#8203;2636](https://redirect.github.com/github/codeql-action/pull/2636) See the full [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.27.7/CHANGELOG.md) for more information. </details> <details> <summary>gradle/actions (gradle/actions)</summary> ### [`v4.2.2`](https://redirect.github.com/gradle/actions/releases/tag/v4.2.2) [Compare Source](https://redirect.github.com/gradle/actions/compare/v4.2.1...v4.2.2) This patch release updates a bunch of dependency versions and fixes a deprecation warning emitted with Gradle 8.12. ##### What's Changed - Bump cross-spawn in /sources by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/gradle/actions/pull/455](https://redirect.github.com/gradle/actions/pull/455) - Update known wrapper checksums by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/gradle/actions/pull/462](https://redirect.github.com/gradle/actions/pull/462) - Bump the github-actions group across 1 directory with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/gradle/actions/pull/474](https://redirect.github.com/gradle/actions/pull/474) - Update [@&#8203;actions/cache4](https://redirect.github.com/actions/cache4).0.0 and patch by [@&#8203;amyu](https://redirect.github.com/amyu) in [https://github.com/gradle/actions/pull/479](https://redirect.github.com/gradle/actions/pull/479) - Update develocity-injection init script to v1.1 by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [https://github.com/gradle/actions/pull/471](https://redirect.github.com/gradle/actions/pull/471) - Dependency updates by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [https://github.com/gradle/actions/pull/480](https://redirect.github.com/gradle/actions/pull/480) - Bump references to Develocity Gradle plugin from 3.18.2 to 3.19 by [@&#8203;bot-githubaction](https://redirect.github.com/bot-githubaction) in [https://github.com/gradle/actions/pull/483](https://redirect.github.com/gradle/actions/pull/483) - Update known wrapper checksums by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/gradle/actions/pull/484](https://redirect.github.com/gradle/actions/pull/484) - Bump the gradle group across 1 directory with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/gradle/actions/pull/485](https://redirect.github.com/gradle/actions/pull/485) - Attempt to limit failures in wrapper-validation tests by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [https://github.com/gradle/actions/pull/490](https://redirect.github.com/gradle/actions/pull/490) - Update known wrapper checksums by [@&#8203;github-actions](https://redirect.github.com/github-actions) in [https://github.com/gradle/actions/pull/488](https://redirect.github.com/gradle/actions/pull/488) - Remove deprecation warning from init-script by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [https://github.com/gradle/actions/pull/491](https://redirect.github.com/gradle/actions/pull/491) - Use latest dependency-graph plugin by [@&#8203;bigdaz](https://redirect.github.com/bigdaz) in [https://github.com/gradle/actions/pull/489](https://redirect.github.com/gradle/actions/pull/489) ##### New Contributors - [@&#8203;sebastian-dyroff](https://redirect.github.com/sebastian-dyroff) made their first contribution in [https://github.com/gradle/actions/pull/465](https://redirect.github.com/gradle/actions/pull/465) - [@&#8203;amyu](https://redirect.github.com/amyu) made their first contribution in [https://github.com/gradle/actions/pull/479](https://redirect.github.com/gradle/actions/pull/479) **Full Changelog**: https://github.com/gradle/actions/compare/v4.2.1...v4.2.2 </details> <details> <summary>ruby/setup-ruby (ruby/setup-ruby)</summary> ### [`v1.207.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.207.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.206.0...v1.207.0) #### What's Changed - Update CRuby releases on Windows by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [https://github.com/ruby/setup-ruby/pull/681](https://redirect.github.com/ruby/setup-ruby/pull/681) **Full Changelog**: https://github.com/ruby/setup-ruby/compare/v1.206.0...v1.207.0 ### [`v1.206.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.206.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.205.0...v1.206.0) #### What's Changed - Add ruby-3.4.0,ruby-3.4.1 by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [https://github.com/ruby/setup-ruby/pull/679](https://redirect.github.com/ruby/setup-ruby/pull/679) **Full Changelog**: https://github.com/ruby/setup-ruby/compare/v1.205.0...v1.206.0 ### [`v1.205.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.205.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.204.0...v1.205.0) ##### What's Changed - Fixes the latest rubygems installation error with Ruby 3.0 by [@&#8203;Watson1978](https://redirect.github.com/Watson1978) in [https://github.com/ruby/setup-ruby/pull/676](https://redirect.github.com/ruby/setup-ruby/pull/676) ##### New Contributors - [@&#8203;Watson1978](https://redirect.github.com/Watson1978) made their first contribution in [https://github.com/ruby/setup-ruby/pull/676](https://redirect.github.com/ruby/setup-ruby/pull/676) **Full Changelog**: https://github.com/ruby/setup-ruby/compare/v1.204.0...v1.205.0 ### [`v1.204.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.204.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.203.0...v1.204.0) ##### What's Changed - Add ruby-3.4.0-rc1 by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [https://github.com/ruby/setup-ruby/pull/675](https://redirect.github.com/ruby/setup-ruby/pull/675) **Full Changelog**: https://github.com/ruby/setup-ruby/compare/v1.203.0...v1.204.0 </details> <details> <summary>softprops/action-gh-release (softprops/action-gh-release)</summary> ### [`v2.2.0`](https://redirect.github.com/softprops/action-gh-release/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0) #### What's Changed ##### Exciting New Features 🎉 - feat: read the release assets asynchronously by [@&#8203;xen0n](https://redirect.github.com/xen0n) in [https://github.com/softprops/action-gh-release/pull/552](https://redirect.github.com/softprops/action-gh-release/pull/552) ##### Bug fixes 🐛 - fix(docs): clarify the default for tag_name by [@&#8203;alexeagle](https://redirect.github.com/alexeagle) in [https://github.com/softprops/action-gh-release/pull/544](https://redirect.github.com/softprops/action-gh-release/pull/544) ##### Other Changes 🔄 - chore(deps): bump typescript from 5.6.3 to 5.7.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/548](https://redirect.github.com/softprops/action-gh-release/pull/548) - chore(deps): bump [@&#8203;types/node](https://redirect.github.com/types/node) from 22.9.0 to 22.9.4 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/547](https://redirect.github.com/softprops/action-gh-release/pull/547) - chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/545](https://redirect.github.com/softprops/action-gh-release/pull/545) - chore(deps): bump [@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.2 to 0.38.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/543](https://redirect.github.com/softprops/action-gh-release/pull/543) - chore(deps): bump prettier from 3.3.3 to 3.4.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/550](https://redirect.github.com/softprops/action-gh-release/pull/550) - chore(deps): bump [@&#8203;types/node](https://redirect.github.com/types/node) from 22.9.4 to 22.10.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/551](https://redirect.github.com/softprops/action-gh-release/pull/551) - chore(deps): bump prettier from 3.4.1 to 3.4.2 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [https://github.com/softprops/action-gh-release/pull/554](https://redirect.github.com/softprops/action-gh-release/pull/554) #### New Contributors - [@&#8203;alexeagle](https://redirect.github.com/alexeagle) made their first contribution in [https://github.com/softprops/action-gh-release/pull/544](https://redirect.github.com/softprops/action-gh-release/pull/544) - [@&#8203;xen0n](https://redirect.github.com/xen0n) made their first contribution in [https://github.com/softprops/action-gh-release/pull/552](https://redirect.github.com/softprops/action-gh-release/pull/552) **Full Changelog**: https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bitwarden/android). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-26 23:52:35 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#4994