[PR #4489] [MERGED] [PM-16208] chore(ci): Split scan workflow for protected branches and migrate to new sonarqube action #4989

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/4489
Author: @vvolkgang
Created: 12/18/2024
Status: Merged
Merged: 12/18/2024
Merged by: @vvolkgang

Base: mainHead: scan-ci


📝 Commits (3)

  • 47bcfa9 Remove push trigger from existing scan.yml
  • c67c13c Migrate to new sonarqube github action
  • c799fd8 Add scan workflow for protected branches

📊 Changes

2 files changed (+62 additions, -8 deletions)

View changed files

.github/workflows/scan-ci.yml (+60 -0)
📝 .github/workflows/scan.yml (+2 -8)

📄 Description

🎟️ Tracking

PM-16208

📔 Objective

  1. Adds a new scan workflow triggered on push to protected branches, splitting this responsibility from the pull request scan. Kept the filename of the existing file the same given the multiple changes required but we should rename it to scan-pr.yml or similar in a future isolated PR.
  2. Migrates to new sonarqube action as instructed in https://github.com/SonarSource/sonarcloud-github-action

Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation 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/4489 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 12/18/2024 **Status:** ✅ Merged **Merged:** 12/18/2024 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `main` ← **Head:** `scan-ci` --- ### 📝 Commits (3) - [`47bcfa9`](https://github.com/bitwarden/android/commit/47bcfa9ae37ad0d5d9de91db81464b33904a94bb) Remove push trigger from existing scan.yml - [`c67c13c`](https://github.com/bitwarden/android/commit/c67c13c059ae321498cd55367ad4f22289808f4e) Migrate to new sonarqube github action - [`c799fd8`](https://github.com/bitwarden/android/commit/c799fd8c2114e33147be994b256554db4cfb9074) Add scan workflow for protected branches ### 📊 Changes **2 files changed** (+62 additions, -8 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/scan-ci.yml` (+60 -0) 📝 `.github/workflows/scan.yml` (+2 -8) </details> ### 📄 Description ## 🎟️ Tracking PM-16208 ## 📔 Objective 1. Adds a new scan workflow triggered on push to protected branches, splitting this responsibility from the pull request scan. Kept the filename of the existing file the same given the multiple changes required but we should rename it to `scan-pr.yml` or similar in a future isolated PR. 2. Migrates to new sonarqube action as instructed in https://github.com/SonarSource/sonarcloud-github-action ## ⏰ Reminders before review - Contributor guidelines followed - All formatters and local linters executed and passed - Written new unit and / or integration tests where applicable - Used internationalization (i18n) for all UI strings - CI builds passed - Communicated to DevOps any deployment requirements - Updated any necessary documentation 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 2025-11-26 23:52:31 -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#4989