Skip to content

Commit

Permalink
Test dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sangoi authored and msangoi committed Sep 14, 2023
1 parent 6f669a2 commit 66322c9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/deps-graph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: dependency-graph
run-name: Generate the complete dependency graph

# Dependency graph currently does not automatically detect transitive dependencies for Maven
# https://github.com/github/roadmap/issues/796

on:
# remove before merge
pull_request:
push:
branches:
- master

permissions:
contents: write

jobs:
submit-dep-graph:
runs-on: ubuntu-latest
timeout-minutes: 15

steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Submit Dependency Graph
uses: advanced-security/maven-dependency-submission-action@v3

0 comments on commit 66322c9

Please sign in to comment.