Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Apr 24, 2024
1 parent 14e449f commit b96139c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ jobs:
# Pre Submit dependency graph
- name: Setup Gradle
if: matrix.language == 'java'
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate
dependency-graph: generate-and-upload
cache-disabled: true

# https://github.com/gradle/gradle-build-action/tree/release/v2?tab=readme-ov-file#filtering-which-gradle-configurations-contribute-to-the-dependency-graph
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
java-version: 11

- name: Download and submit dependency graph
uses: gradle/gradle-build-action@v2
uses: gradle/actions/[email protected]
with:
dependency-graph: download-and-submit # Download saved dependency-graph and submit

0 comments on commit b96139c

Please sign in to comment.