[PR #3916] [MERGED] [deps]: Update gh minor #4520

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

📋 Pull Request Information

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

Base: mainHead: renovate/gh-minor


📝 Commits (1)

📊 Changes

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

View changed files

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

📄 Description

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v4.2.2 -> v4.3.0
checkmarx/ast-github-action action patch 2.0.33 -> 2.0.34
crowdin/github-action action patch v2.1.1 -> v2.1.3
github/codeql-action action patch v3.26.6 -> v3.26.8
gradle/actions action minor v4.0.1 -> v4.1.0
ruby/setup-ruby action minor v1.191.0 -> v1.193.0

Warning

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


Release Notes

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

v4.3.0

Compare Source

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

v2.0.34

Compare Source

What's Changed

Other Changes

Full Changelog: https://github.com/Checkmarx/ast-github-action/compare/2.0.33...2.0.34

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

v2.1.3

Compare Source

What's Changed

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

v2.1.2

Compare Source

What's Changed

New Contributors

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

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

v3.26.8

Compare Source

v3.26.7

Compare Source

gradle/actions (gradle/actions)

v4.1.0

Compare Source

This release brings some minor improvements:

  • The latest release of Gradle is no longer required to perform cache-cleanup. If Gradle is found to on the PATH and the version meets minimum version requirements, then the version on PATH is used for cache-cleanup and Gradle is not downloaded.
  • Fixes a bug where setting the develocity-token-expiry parameter had no effect (#​381)
  • Numerous NPM dependency updates

Full Changelog: https://github.com/gradle/actions/compare/v4.0.1...v4.1.0

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

v1.193.0

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.192.0...v1.193.0

v1.192.0

Compare Source

What's Changed

Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.191.0...v1.192.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/3916 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 9/16/2024 **Status:** ✅ Merged **Merged:** 9/20/2024 **Merged by:** [@david-livefront](https://github.com/david-livefront) **Base:** `main` ← **Head:** `renovate/gh-minor` --- ### 📝 Commits (1) - [`6b9f65a`](https://github.com/bitwarden/android/commit/6b9f65a3a180b0091d3e3ad537b6e2fd9ead94a3) [deps]: Update gh minor ### 📊 Changes **5 files changed** (+16 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+9 -9) 📝 `.github/workflows/crowdin-pull.yml` (+1 -1) 📝 `.github/workflows/crowdin-push.yml` (+1 -1) 📝 `.github/workflows/scan.yml` (+2 -2) 📝 `.github/workflows/test.yml` (+3 -3) </details> ### 📄 Description This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://redirect.github.com/actions/setup-java) | action | minor | `v4.2.2` -> `v4.3.0` | | [checkmarx/ast-github-action](https://redirect.github.com/checkmarx/ast-github-action) | action | patch | `2.0.33` -> `2.0.34` | | [crowdin/github-action](https://redirect.github.com/crowdin/github-action) | action | patch | `v2.1.1` -> `v2.1.3` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v3.26.6` -> `v3.26.8` | | [gradle/actions](https://redirect.github.com/gradle/actions) | action | minor | `v4.0.1` -> `v4.1.0` | | [ruby/setup-ruby](https://redirect.github.com/ruby/setup-ruby) | action | minor | `v1.191.0` -> `v1.193.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/setup-java (actions/setup-java)</summary> ### [`v4.3.0`](https://redirect.github.com/actions/setup-java/compare/v4.2.2...v4.3.0) [Compare Source](https://redirect.github.com/actions/setup-java/compare/v4.2.2...v4.3.0) </details> <details> <summary>checkmarx/ast-github-action (checkmarx/ast-github-action)</summary> ### [`v2.0.34`](https://redirect.github.com/Checkmarx/ast-github-action/releases/tag/2.0.34) [Compare Source](https://redirect.github.com/checkmarx/ast-github-action/compare/2.0.33...2.0.34) <!-- Release notes generated using configuration in .github/release.yml at 2.0.34 --> #### What's Changed ##### Other Changes - upgrade cli to 2.2.5 by [@&#8203;AlvoBen](https://redirect.github.com/AlvoBen) in [https://github.com/Checkmarx/ast-github-action/pull/197](https://redirect.github.com/Checkmarx/ast-github-action/pull/197) **Full Changelog**: https://github.com/Checkmarx/ast-github-action/compare/2.0.33...2.0.34 </details> <details> <summary>crowdin/github-action (crowdin/github-action)</summary> ### [`v2.1.3`](https://redirect.github.com/crowdin/github-action/releases/tag/v2.1.3) [Compare Source](https://redirect.github.com/crowdin/github-action/compare/v2.1.2...v2.1.3) ##### What's Changed - fix: issues related to checking for the existing pull requests by [@&#8203;andrii-bodnar](https://redirect.github.com/andrii-bodnar) in [https://github.com/crowdin/github-action/pull/250](https://redirect.github.com/crowdin/github-action/pull/250) - docs: add sample configuration file by [@&#8203;andrii-bodnar](https://redirect.github.com/andrii-bodnar) in [https://github.com/crowdin/github-action/pull/248](https://redirect.github.com/crowdin/github-action/pull/248) **Full Changelog**: https://github.com/crowdin/github-action/compare/v2.1.2...v2.1.3 ### [`v2.1.2`](https://redirect.github.com/crowdin/github-action/releases/tag/v2.1.2) [Compare Source](https://redirect.github.com/crowdin/github-action/compare/v2.1.1...v2.1.2) #### What's Changed - fix: check out correct branch on pull_request events by [@&#8203;georeith](https://redirect.github.com/georeith) in [https://github.com/crowdin/github-action/pull/244](https://redirect.github.com/crowdin/github-action/pull/244) - CLI [4.1.2](https://redirect.github.com/crowdin/crowdin-cli/releases/tag/4.1.2) by [@&#8203;andrii-bodnar](https://redirect.github.com/andrii-bodnar) #### New Contributors - [@&#8203;georeith](https://redirect.github.com/georeith) made their first contribution in [https://github.com/crowdin/github-action/pull/244](https://redirect.github.com/crowdin/github-action/pull/244) **Full Changelog**: https://github.com/crowdin/github-action/compare/v2.1.1...v2.1.2 </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v3.26.8`](https://redirect.github.com/github/codeql-action/compare/v3.26.7...v3.26.8) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.26.7...v3.26.8) ### [`v3.26.7`](https://redirect.github.com/github/codeql-action/compare/v3.26.6...v3.26.7) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v3.26.6...v3.26.7) </details> <details> <summary>gradle/actions (gradle/actions)</summary> ### [`v4.1.0`](https://redirect.github.com/gradle/actions/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/gradle/actions/compare/v4.0.1...v4.1.0) This release brings some minor improvements: - The latest release of Gradle is no longer required to perform cache-cleanup. If Gradle is found to on the PATH and the version meets minimum version requirements, then the version on PATH is used for cache-cleanup and Gradle is not downloaded. - Fixes a bug where setting the `develocity-token-expiry` parameter had no effect ([#&#8203;381](https://redirect.github.com/gradle/actions/issues/381)) - Numerous NPM dependency updates **Full Changelog**: https://github.com/gradle/actions/compare/v4.0.1...v4.1.0 </details> <details> <summary>ruby/setup-ruby (ruby/setup-ruby)</summary> ### [`v1.193.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.193.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.192.0...v1.193.0) #### What's Changed - README.md - Windows - clarify installed packages, 2022 vs 2019 by [@&#8203;MSP-Greg](https://redirect.github.com/MSP-Greg) in [https://github.com/ruby/setup-ruby/pull/642](https://redirect.github.com/ruby/setup-ruby/pull/642) - Add truffleruby-24.1.0,truffleruby+graalvm-24.1.0 by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [https://github.com/ruby/setup-ruby/pull/643](https://redirect.github.com/ruby/setup-ruby/pull/643) **Full Changelog**: https://github.com/ruby/setup-ruby/compare/v1.192.0...v1.193.0 ### [`v1.192.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.192.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.191.0...v1.192.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/636](https://redirect.github.com/ruby/setup-ruby/pull/636) **Full Changelog**: https://github.com/ruby/setup-ruby/compare/v1.191.0...v1.192.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:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --- <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:45:49 -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#4520