Skip to content

Commit

Permalink
Merge pull request #37 from nhsconnect/PRMT-4315
Browse files Browse the repository at this point in the history
PRMT-4315
  • Loading branch information
martin-nhs authored Dec 14, 2023
2 parents 254d941 + 4ded95f commit 75e6ae8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/submit-dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Submit dependency graph
on:
push:

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/gradle-build-action@v2
with:
dependency-graph: generate-and-submit
- name: Run a build and generate the dependency graph which will be submitted post-job
run: ./gradlew build -x integration -x test

0 comments on commit 75e6ae8

Please sign in to comment.