Skip to content

Commit

Permalink
Ad ddependency-submission action (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez authored Jul 8, 2023
1 parent 33f510a commit 78472c9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Dependency Submission

on:
push:
branches:
- main

jobs:
dependency_submission:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
- name: Submit Dependency Snapshot
uses: advanced-security/maven-dependency-submission-action@v3

0 comments on commit 78472c9

Please sign in to comment.