Skip to content

ci: bump govuk-one-login/mobile-android-pipelines from 0.13.0 to 0.14.0 in the github-actions group #190

ci: bump govuk-one-login/mobile-android-pipelines from 0.13.0 to 0.14.0 in the github-actions group

ci: bump govuk-one-login/mobile-android-pipelines from 0.13.0 to 0.14.0 in the github-actions group #190

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
steps:
- name: Run pull request workflow
uses: govuk-one-login/mobile-android-pipelines@1e0d3151c5e79c3788105ffd3b4869cacc14d5b0
with:
sonar_token: ${{ secrets.SONAR_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}