[PR #5742] [MERGED] [PM-24249][PM-24930] New workflow to update the SDK and test ongoing work #47614

Closed
opened 2026-04-26 15:11:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/5742
Author: @vvolkgang
Created: 8/19/2025
Status: Merged
Merged: 8/19/2025
Merged by: @vvolkgang

Base: mainHead: vvolkgang/test-sdk-update


📝 Commits (10+)

  • aba43d4 Add test-sdk-update workflow and script
  • 849a093 Create action to setup android build
  • 3347a00 Rename workflow and set run-name
  • c639940 Set default
  • 78f95a6 Add Update job
  • 57c99fc Add step to get current version
  • b0d518d Add step to retrieve sdk changelog
  • 5a91985 Remove java version
  • eaf2e57 Log inputs
  • 3f16820 Update gitignore for ruby, bundler and .bak files

📊 Changes

5 files changed (+284 additions, -6 deletions)

View changed files

.github/actions/setup-android-build/action.yml (+49 -0)
📝 .github/workflows/sdlc-sdk-update.yml (+157 -6)
📝 .gitignore (+7 -0)
scripts/get-repo-changelog.sh (+41 -0)
scripts/update-sdk-version.sh (+30 -0)

📄 Description

🎟️ Tracking

PM-24930

📔 Objective

Adding a new workflow able to update the sdk to a given version and open a PR or trigger a build. This should be used by the sdk-internal repo when PRs are updated and when PRs are merged.

Test runs:

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

🔄 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/5742 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `main` ← **Head:** `vvolkgang/test-sdk-update` --- ### 📝 Commits (10+) - [`aba43d4`](https://github.com/bitwarden/android/commit/aba43d4079cdf40694c274e2bcf6014dd168a766) Add test-sdk-update workflow and script - [`849a093`](https://github.com/bitwarden/android/commit/849a0934a084e720996e15224df9d53aafdd6969) Create action to setup android build - [`3347a00`](https://github.com/bitwarden/android/commit/3347a007bded25778644cf3a662fc64d80f01c44) Rename workflow and set run-name - [`c639940`](https://github.com/bitwarden/android/commit/c639940ec9fbec8c548db8a62afcb1c725022887) Set default - [`78f95a6`](https://github.com/bitwarden/android/commit/78f95a6caa516065b67e7160d6c544c0284eda33) Add Update job - [`57c99fc`](https://github.com/bitwarden/android/commit/57c99fced666694da4d042e322cb0a92940fb717) Add step to get current version - [`b0d518d`](https://github.com/bitwarden/android/commit/b0d518d9e72f21f5a2221863c6990e3a20ef4f3f) Add step to retrieve sdk changelog - [`5a91985`](https://github.com/bitwarden/android/commit/5a919851ef53a2e64bc4e43a1bbbe3f36567b490) Remove java version - [`eaf2e57`](https://github.com/bitwarden/android/commit/eaf2e57803aa8f35d59ec3bcdc8ffce6b2e6bead) Log inputs - [`3f16820`](https://github.com/bitwarden/android/commit/3f16820c7e7db1ce3ba518c6d7a5567d2e6143dd) Update gitignore for ruby, bundler and .bak files ### 📊 Changes **5 files changed** (+284 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `.github/actions/setup-android-build/action.yml` (+49 -0) 📝 `.github/workflows/sdlc-sdk-update.yml` (+157 -6) 📝 `.gitignore` (+7 -0) ➕ `scripts/get-repo-changelog.sh` (+41 -0) ➕ `scripts/update-sdk-version.sh` (+30 -0) </details> ### 📄 Description ## 🎟️ Tracking PM-24930 ## 📔 Objective Adding a new workflow able to update the sdk to a given version and open a PR or trigger a build. This should be used by the `sdk-internal` repo when PRs are updated and when PRs are merged. Test runs: * Update - https://github.com/bitwarden/android/actions/runs/17072143073 * Update PR - https://github.com/bitwarden/android/pull/5741 * SDK Test failure due to breaking changes - https://github.com/bitwarden/android/actions/runs/17071398557 * SDK Test success - https://github.com/bitwarden/android/actions/runs/17072184248 ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Protected functional changes with optionality (feature flags) - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team ## 🦮 Reviewer guidelines <!-- Suggested interactions but feel free to use (or not) as you desire! --> - 👍 (`:+1:`) or similar for great changes - 📝 (`:memo:`) or ℹ️ (`:information_source:`) for notes or general info - ❓ (`:question:`) for questions - 🤔 (`:thinking:`) or 💭 (`:thought_balloon:`) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion - 🎨 (`:art:`) for suggestions / improvements - ❌ (`:x:`) or ⚠️ (`:warning:`) for more significant problems or concerns needing attention - 🌱 (`:seedling:`) or ♻️ (`:recycle:`) for future improvements or indications of technical debt - ⛏ (`:pick:`) for minor or nitpick changes --- <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 2026-04-26 15:11:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#47614