[PR #6585] [MERGED] [PM-32751] ci: Fix version name output in run summary #86535

Closed
opened 2026-05-23 00:20:15 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6585
Author: @vvolkgang
Created: 2/25/2026
Status: Merged
Merged: 2/26/2026
Merged by: @vvolkgang

Base: mainHead: vvolkgang/fix-version


📝 Commits (3)

  • 6822c44 Fix version name output in run summary
  • b0a78cf Update set-build-version.sh perms
  • 151ec2f Merge branch 'main' into vvolkgang/fix-version

📊 Changes

4 files changed (+33 additions, -51 deletions)

View changed files

.github/scripts/set-build-version.sh (+23 -0)
📝 .github/workflows/build-authenticator.yml (+3 -16)
📝 .github/workflows/build-testharness.yml (+3 -16)
📝 .github/workflows/build.yml (+4 -19)

📄 Description

🎟️ Tracking

PM-32751

📔 Objective

While testing other work I noticed the build workflows were unintentionally listing most of the content of libs.versions.toml. Took the time to move this bit to a script so it can be reused in other places, mitigating regexp differences between them.


🔄 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/6585 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 2/25/2026 **Status:** ✅ Merged **Merged:** 2/26/2026 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `main` ← **Head:** `vvolkgang/fix-version` --- ### 📝 Commits (3) - [`6822c44`](https://github.com/bitwarden/android/commit/6822c44d2ebb9f98b11b430f0cb18c684f8e79c1) Fix version name output in run summary - [`b0a78cf`](https://github.com/bitwarden/android/commit/b0a78cfced1fe7b016586e1f71b5a701b6470187) Update set-build-version.sh perms - [`151ec2f`](https://github.com/bitwarden/android/commit/151ec2fdcf1a2b4295e5711e6e3088a887d85440) Merge branch 'main' into vvolkgang/fix-version ### 📊 Changes **4 files changed** (+33 additions, -51 deletions) <details> <summary>View changed files</summary> ➕ `.github/scripts/set-build-version.sh` (+23 -0) 📝 `.github/workflows/build-authenticator.yml` (+3 -16) 📝 `.github/workflows/build-testharness.yml` (+3 -16) 📝 `.github/workflows/build.yml` (+4 -19) </details> ### 📄 Description ## 🎟️ Tracking PM-32751 ## 📔 Objective While testing other work I noticed the build workflows were unintentionally listing most of the content of libs.versions.toml. Took the time to move this bit to a script so it can be reused in other places, mitigating regexp differences between them. --- <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-05-23 00:20:15 -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#86535