diff --git a/.github/workflows/test_and_build.yml b/.github/workflows/test_and_build.yml index 7a75aaf..6e961bd 100644 --- a/.github/workflows/test_and_build.yml +++ b/.github/workflows/test_and_build.yml @@ -28,7 +28,7 @@ jobs: - name: Test with Gradle run: ./gradlew assemble check - name: Generate and submit dependency graph - uses: gradle/actions/dependency-submission@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4 + uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 if: github.ref == 'refs/heads/master' env: DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath