Skip to content

Commit

Permalink
ci: bump govuk-one-login/mobile-android-pipelines from 0.11.0 to 0.12…
Browse files Browse the repository at this point in the history
….1 (#150)

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

Bumps [govuk-one-login/mobile-android-pipelines](https://github.com/govuk-one-login/mobile-android-pipelines) from 0.11.0 to 0.12.1.
- [Release notes](https://github.com/govuk-one-login/mobile-android-pipelines/releases)
- [Commits](govuk-one-login/mobile-android-pipelines@0e6427c...bc39b3b)

---
updated-dependencies:
- dependency-name: govuk-one-login/mobile-android-pipelines
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Update WorkFlow checksum

* chore: gradle update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ThomasIent <[email protected]>
  • Loading branch information
dependabot[bot] and ThomasIent authored Jan 15, 2025
1 parent d916534 commit fae494a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Run deployment workflow
uses: govuk-one-login/mobile-android-pipelines@0e6427c1103ec789a38c21afddbca79ee9bda4e8
uses: govuk-one-login/mobile-android-pipelines@bc39b3b34f8e4bc9808781e380db76cf92481ee6
with:
sonar_token: ${{ secrets.SONAR_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# 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@0e6427c1103ec789a38c21afddbca79ee9bda4e8
uses: govuk-one-login/mobile-android-pipelines@bc39b3b34f8e4bc9808781e380db76cf92481ee6
with:
sonar_token: ${{ secrets.SONAR_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit fae494a

Please sign in to comment.