Skip to content

chore(deps): update anchore/sbom-action digest to f5e124a #46

chore(deps): update anchore/sbom-action digest to f5e124a

chore(deps): update anchore/sbom-action digest to f5e124a #46

Workflow file for this run

name: "Android PR"
on:
pull_request:
branches:
- main
concurrency:
# On main, we want all builds to complete even if merging happens faster to make it easier to discover at which point something broke.
group: ${{ github.ref == 'refs/heads/main' && format('android-main-{0}', github.sha) || format('android-{0}', github.ref) }}
jobs:
pr:
permissions:
contents: write
uses: ./.github/workflows/android.yml
secrets: inherit