Skip to content

Commit

Permalink
chore: Submit Gradle dependencies to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Mar 14, 2024
1 parent d0ce162 commit ef3bc8b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gradle-dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Backend Dependency Submission

on:
push:
paths:
- '**/*.gradle'
- '.github/workflows/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

0 comments on commit ef3bc8b

Please sign in to comment.