Skip to content

[WearOS] Count bluetooth connection as online state (#5086) #2911

[WearOS] Count bluetooth connection as online state (#5086)

[WearOS] Count bluetooth connection as online state (#5086) #2911

name: Submit dependencies to GitHub Dependency Graph
on:
push:
branches:
- main
- release/*
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '17'
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
- name: Generate the dependency graph which will be submitted post-job
run: ./gradlew :app:dependencies :automotive:dependencies :wear:dependencies