Skip to content

Bump androidx.lifecycle:lifecycle-runtime from 2.8.6 to 2.8.7 in the … #2

Bump androidx.lifecycle:lifecycle-runtime from 2.8.6 to 2.8.7 in the …

Bump androidx.lifecycle:lifecycle-runtime from 2.8.6 to 2.8.7 in the … #2

name: Submit dependency graph
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
submit-dependency-graph:
name: Submit dependency graph
runs-on: ubuntu-latest
permissions:
contents: write
env:
USERNAME: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Submit dependency graph
uses: gradle/actions/dependency-submission@v4