[PR #3991] [MERGED] [deps]: Update gh minor #4590

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/3991
Author: @renovate[bot]
Created: 9/30/2024
Status: Merged
Merged: 9/30/2024
Merged by: @david-livefront

Base: mainHead: renovate/gh-minor


📝 Commits (1)

📊 Changes

5 files changed (+19 additions, -19 deletions)

View changed files

📝 .github/workflows/build.yml (+9 -9)
📝 .github/workflows/crowdin-pull.yml (+2 -2)
📝 .github/workflows/crowdin-push.yml (+2 -2)
📝 .github/workflows/scan.yml (+3 -3)
📝 .github/workflows/test.yml (+3 -3)

📄 Description

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.7 -> v4.2.0
actions/setup-java action minor v4.3.0 -> v4.4.0
crowdin/github-action action minor v2.1.3 -> v2.2.0
github/codeql-action action patch v3.26.8 -> v3.26.9
ruby/setup-ruby action minor v1.193.0 -> v1.194.0

Warning

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


Release Notes

actions/checkout (actions/checkout)

v4.2.0

Compare Source

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

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'

Bug fixes :

New Contributors

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

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

v2.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/crowdin/github-action/compare/v2.1.2...v2.2.0

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

v3.26.9

Compare Source

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

v1.194.0

Compare Source

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.193.0...v1.194.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/3991 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/30/2024 **Status:** ✅ Merged **Merged:** 9/30/2024 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `renovate/gh-minor` --- ### 📝 Commits (1) - [`797b901`](https://github.com/bitwarden/android/commit/797b901889253d841cff4625b952918182a62108) [deps]: Update gh minor ### 📊 Changes **5 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+9 -9) 📝 `.github/workflows/crowdin-pull.yml` (+2 -2) 📝 `.github/workflows/crowdin-push.yml` (+2 -2) 📝 `.github/workflows/scan.yml` (+3 -3) 📝 `.github/workflows/test.yml` (+3 -3) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | minor | `v4.1.7` -> `v4.2.0` | | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | minor | `v4.3.0` -> `v4.4.0` | | [crowdin/github-action](https://redirect.github.com/crowdin/github-action) | action | minor | `v2.1.3` -> `v2.2.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v3.26.8` -> `v3.26.9` | | [ruby/setup-ruby](https://redirect.github.com/ruby/setup-ruby) | action | minor | `v1.193.0` -> `v1.194.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v4.2.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v420) [Compare Source](https://redirect.github.com/actions/checkout/compare/v4.1.7...v4.2.0) - Add Ref and Commit outputs by [@&#8203;lucacome](https://redirect.github.com/lucacome) in [https://github.com/actions/checkout/pull/1180](https://redirect.github.com/actions/checkout/pull/1180) - Dependency updates by [@&#8203;dependabot-](https://redirect.github.com/dependabot-) [https://github.com/actions/checkout/pull/1777](https://redirect.github.com/actions/checkout/pull/1777), [https://github.com/actions/checkout/pull/1872](https://redirect.github.com/actions/checkout/pull/1872) </details> <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v4.4.0`](https://redirect.github.com/actions/setup-java/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/actions/setup-java/compare/v4.3.0...v4.4.0) ##### What's Changed **Add-ons :** - Add support for Oracle GraalVM by [@&#8203;fniephaus](https://redirect.github.com/fniephaus) in [https://github.com/actions/setup-java/pull/501](https://redirect.github.com/actions/setup-java/pull/501) <!----> steps: - name: Checkout uses: actions/checkout@v4 - name: Setup-java uses: actions/setup-java@v4 with: distribution: 'graalvm' java-version: '21' - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/setup-java/pull/684](https://redirect.github.com/actions/setup-java/pull/684) **Bug fixes :** - Add architecture to cache key by [@&#8203;Zxilly](https://redirect.github.com/Zxilly) in [https://github.com/actions/setup-java/pull/664](https://redirect.github.com/actions/setup-java/pull/664) This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. Note: This change may break previous cache keys as they will no longer be compatible with the new format. - Resolve check failures by [@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in [https://github.com/actions/setup-java/pull/687](https://redirect.github.com/actions/setup-java/pull/687) ##### New Contributors - [@&#8203;Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/setup-java/pull/684](https://redirect.github.com/actions/setup-java/pull/684) - [@&#8203;Zxilly](https://redirect.github.com/Zxilly) made their first contribution in [https://github.com/actions/setup-java/pull/664](https://redirect.github.com/actions/setup-java/pull/664) **Full Changelog**: https://github.com/actions/setup-java/compare/v4...v4.4.0 </details> <details> <summary>crowdin/github-action (crowdin/github-action)</summary> ### [`v2.2.0`](https://redirect.github.com/crowdin/github-action/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/crowdin/github-action/compare/v2.1.3...v2.2.0) ##### What's Changed - CLI [4.2.0](https://redirect.github.com/crowdin/crowdin-cli/releases/tag/4.2.0) by [@&#8203;andrii-bodnar](https://redirect.github.com/andrii-bodnar) **Full Changelog**: https://github.com/crowdin/github-action/compare/v2.1.2...v2.2.0 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.26.9`](https://redirect.github.com/github/codeql-action/compare/v3.26.8...v3.26.9) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.26.8...v3.26.9) </details> <details> <summary>ruby/setup-ruby (ruby/setup-ruby)</summary> ### [`v1.194.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.194.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.193.0...v1.194.0) **Full Changelog**: https://github.com/ruby/setup-ruby/compare/v1.193.0...v1.194.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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --- <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:46:59 -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#4590