Skip to content

Commit b96139c

Browse files
committed
1 parent 14e449f commit b96139c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/code-scanning.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
# Pre Submit dependency graph
6262
- name: Setup Gradle
6363
if: matrix.language == 'java'
64-
uses: gradle/gradle-build-action@v2
64+
uses: gradle/actions/setup-gradle@v3
6565
with:
66-
dependency-graph: generate
66+
dependency-graph: generate-and-upload
6767
cache-disabled: true
6868

6969
# https://github.com/gradle/gradle-build-action/tree/release/v2?tab=readme-ov-file#filtering-which-gradle-configurations-contribute-to-the-dependency-graph

Diff for: .github/workflows/dependency-graph.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
java-version: 11
4242

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

0 commit comments

Comments
 (0)