We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5b415a + 565a3c1 commit 8ba155bCopy full SHA for 8ba155b
.github/workflows/github-dependency-graph.yml
@@ -6,17 +6,12 @@ on:
6
- main
7
8
jobs:
9
- dependency-update:
+ submit-dependency-graph:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
- uses: coursier/cache-action@v6
14
- uses: VirtusLab/scala-cli-setup@07b6783a2d71fbf9e834faa234cd51626d76cba5
15
with:
16
jvm: "temurin:17"
17
-
18
- - name: Submit dependency graph
19
- run:
20
- ./mill --import ivy:io.chris-kipp::mill-github-dependency-graph::0.0.13 io.kipp.mill.github.dependency.graph.Graph/submit
21
- env:
22
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ - uses: ckipp01/mill-dependency-submission@v1
0 commit comments