Skip to content

Commit

Permalink
dep: start using mill-dependency-submission (#55)
Browse files Browse the repository at this point in the history
`mill-dependency-submission` is a GitHub action that makes using
`mill-github-dependency-graph` a bit easier. This way dependabot can
also update the version of the action for you if you want. This also
uses a newer version of the plugin that brings in some nice bug fixes.
  • Loading branch information
ckipp01 authored Jul 14, 2022
1 parent d2e5263 commit 98a306e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ on:
branches:
- main

env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

jobs:
dependency-update:
submit-dependency-graph:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -18,6 +15,4 @@ jobs:
with:
distribution: "temurin"
java-version: "17"

- name: Submit dependency graph
run: ./mill --import ivy:io.chris-kipp::mill-github-dependency-graph::0.0.9 io.kipp.mill.github.dependency.graph.Graph/submit
- uses: ckipp01/mill-dependency-submission@v1

0 comments on commit 98a306e

Please sign in to comment.