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

Commit

Permalink
Using version 3.5.0 of dependency submission workflow
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ondrejfuhrer authored Oct 31, 2024
1 parent d818c89 commit d2c6a61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
distribution: temurin
java-version: 11
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v4.1.0
uses: gradle/actions/dependency-submission@v3.5.0
with:
gradle-version: wrapper
dependency-graph: generate-and-submit
env:
# Include only relevant configurations
dependency-graph-include-configurations: '(implementation|api|compileClasspath|runtimeClasspath)'
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: '(implementation|api|compileClasspath|runtimeClasspath)'

0 comments on commit d2c6a61

Please sign in to comment.