Skip to content

Commit

Permalink
ci: Submit Gradle dependencies for Dependency Graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2024
1 parent 4135f8d commit 4c2d22e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/gradle-dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Gradle Dependency Submission

on:
push:
paths:
- '**/*.gradle'
- '.github/workflows/gradle-dependencies.yaml'

permissions:
contents: write

jobs:
dependency-submission:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
with:
build-root-directory: backend/

0 comments on commit 4c2d22e

Please sign in to comment.