[PR #2253] [MERGED] Add apk hash in files to build and release #3460

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2253
Author: @michalchecinski
Created: 12/19/2022
Status: Merged
Merged: 2/14/2023
Merged by: @michalchecinski

Base: masterHead: DEVOPS-853-Host_asset_hashes_somewhere_else


📝 Commits (9)

  • 3070015 Add calculating hashes for apk files
  • 5ce5815 Install checksum
  • 7c0d060 Fix name of artifact
  • bd95cc1 Fix
  • 0e24df6 Add SHA files to github release
  • 92a142e Update .github/workflows/build.yml
  • 67f6693 Update .github/workflows/build.yml
  • 0ce2a61 Update .github/workflows/release.yml
  • e85b6a7 Merge branch 'master' into DEVOPS-853-Host_asset_hashes_somewhere_else

📊 Changes

2 files changed (+50 additions, -2 deletions)

View changed files

📝 .github/workflows/build.yml (+46 -0)
📝 .github/workflows/release.yml (+4 -2)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Host .apk hashes in files for users to verify assets.

Code changes

  • .github/workflows/build.yml: Add .apk hash calculating into files and publish them as build assets.
  • .github/workflows/build.yml: Add sha256 hash txt files to github release publishing step.

Screenshots

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

🔄 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/2253 **Author:** [@michalchecinski](https://github.com/michalchecinski) **Created:** 12/19/2022 **Status:** ✅ Merged **Merged:** 2/14/2023 **Merged by:** [@michalchecinski](https://github.com/michalchecinski) **Base:** `master` ← **Head:** `DEVOPS-853-Host_asset_hashes_somewhere_else` --- ### 📝 Commits (9) - [`3070015`](https://github.com/bitwarden/android/commit/30700152d503192e47db60a1622fcde388080843) Add calculating hashes for apk files - [`5ce5815`](https://github.com/bitwarden/android/commit/5ce581562c7fbded0fb3f6fc18f148733cb2dc68) Install checksum - [`7c0d060`](https://github.com/bitwarden/android/commit/7c0d060261ac81bf9ad34eb6003998a6e054e377) Fix name of artifact - [`bd95cc1`](https://github.com/bitwarden/android/commit/bd95cc13c65d6bbdc419b6b3a098b8783abf5517) Fix - [`0e24df6`](https://github.com/bitwarden/android/commit/0e24df6c48e8be5cff5fc9341cea422004101d57) Add SHA files to github release - [`92a142e`](https://github.com/bitwarden/android/commit/92a142e6becb8322600b058c716c1bdee3dc1802) Update .github/workflows/build.yml - [`67f6693`](https://github.com/bitwarden/android/commit/67f66935ecfcdd458e3e25af39c446948812f3bd) Update .github/workflows/build.yml - [`0ce2a61`](https://github.com/bitwarden/android/commit/0ce2a61aacbddc98b3d421b81fe0d3483ef2012e) Update .github/workflows/release.yml - [`e85b6a7`](https://github.com/bitwarden/android/commit/e85b6a7123433544bf925eec48e20e138c666183) Merge branch 'master' into DEVOPS-853-Host_asset_hashes_somewhere_else ### 📊 Changes **2 files changed** (+50 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+46 -0) 📝 `.github/workflows/release.yml` (+4 -2) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [x] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Host `.apk` hashes in files for users to verify assets. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> * **.github/workflows/build.yml:** Add `.apk` hash calculating into files and publish them as build assets. * **.github/workflows/build.yml:** Add sha256 hash txt files to github release publishing step. ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If this change has particular **deployment requirements** - notify the DevOps team --- <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:33:05 -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#3460