Skip to content

Commit 4b520e4

Browse files
committed
Remove automatic dependency submission from GHA
Can enable this at GitHub org level now, so easier to remove maintenance hassle/cognitive load here.
1 parent 1fba300 commit 4b520e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
distribution: temurin
2828
- name: Test with Gradle
2929
run: ./gradlew assemble check
30-
- name: Generate and submit dependency graph
31-
uses: gradle/actions/dependency-submission@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0
32-
if: github.ref == 'refs/heads/master'
33-
env:
34-
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
30+
3531
githubRelease:
3632
needs: test
3733
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)