Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Create dependency-submission.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSieber authored Oct 30, 2024
1 parent 9876f1a commit ab9fed1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Dependency Submission

on:
push:
workflow_dispatch:

jobs:
maintenance_workflow:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4.2.1
- uses: actions/setup-java@v4.4.0
name: Setup Java
with:
distribution: temurin
java-version: 17
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4.1.0
with:
gradle-version: wrapper
dependency-graph: generate-and-submit
# Include only relevant configurations
dependency-graph-include-configurations: '(implementation|api|compileClasspath|runtimeClasspath)'

0 comments on commit ab9fed1

Please sign in to comment.