diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml deleted file mode 100644 index 35915888..00000000 --- a/.github/workflows/dependency-graph.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: dependency-graph - -on: - push: - branches: - - main - -jobs: - submit-dependency-graph: - runs-on: ubuntu-latest - steps: - - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - uses: coursier/cache-action@v6 - - - uses: actions/setup-java@v4 - with: - distribution: 'temurin' - java-version: '17' - - - uses: ckipp01/mill-dependency-submission@v1