Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

chore(deps): update gradle/actions action to v4.4.3 #794

chore(deps): update gradle/actions action to v4.4.3

chore(deps): update gradle/actions action to v4.4.3 #794

Workflow file for this run

name: PR checks
on:
pull_request:
merge_group:
# Cancel in-progress/pending PR checks if a new commit is pushed to the branch.
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
android-lint:
name: Android Lint
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Set up environment
uses: ./.github/actions/setup-environment
with:
gradle: true
- name: Decrypt secrets
env:
GPG_KEY: ${{ secrets.gpg_key }}
run: secrets/decrypt.sh
- name: Run Android Lint
run: scripts/run-android-lint.sh
licenses:
name: Validate licenses
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Set up environment
uses: ./.github/actions/setup-environment
with:
gradle: true
- name: Decrypt secrets
env:
GPG_KEY: ${{ secrets.gpg_key }}
run: secrets/decrypt.sh
- name: Validate licenses
run: scripts/run-license-checks.sh