Skip to content

Commit

Permalink
Update submit-dependency-graph.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-nhs authored Jan 10, 2024
1 parent a09cc48 commit 71e9cd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/submit-dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- 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
run: ./gradlew build -x integration -x test

0 comments on commit 71e9cd9

Please sign in to comment.