Skip to content

ci: bump govuk-one-login/mobile-android-pipelines from 0.11.0 to 0.12.1 #386

ci: bump govuk-one-login/mobile-android-pipelines from 0.11.0 to 0.12.1

ci: bump govuk-one-login/mobile-android-pipelines from 0.11.0 to 0.12.1 #386

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
onPullRequestJob:
env:
ANDROID_HOME: ${{ github.workspace }}/bin/androidSdk
name: Verify code base when pull request is published/updated
runs-on: ubuntu-24.04
# runs-on: ubuntu-20.04-16core # Larger github runner, with KVM acceleration
steps:
- name: Run pull request workflow
uses: govuk-one-login/mobile-android-pipelines@bc39b3b34f8e4bc9808781e380db76cf92481ee6
with:
sonar_token: ${{ secrets.SONAR_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}