Skip to content

Commit

Permalink
submit gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Oct 27, 2024
1 parent 8ad2d88 commit 477b91b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,15 @@ jobs:

- name: Build using Kotlin ${{ matrix.kotlin_version }}
run: ./gradlew build

dependency-submission:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17

- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4

0 comments on commit 477b91b

Please sign in to comment.