Skip to content

Commit

Permalink
ci: Submit Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2024
1 parent 8769c83 commit 79a8a0b
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
with:
fetch-depth: 0
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3

0 comments on commit 79a8a0b

Please sign in to comment.