Skip to content

Merge pull request #6 from philwalk/bugfix-01 #5

Merge pull request #6 from philwalk/bugfix-01

Merge pull request #6 from philwalk/bugfix-01 #5

# .github/workflows/dependency-graph.yml
name: Update Dependency Graph
on:
workflow_dispatch:
push:
branches:
- main # default branch of the project
jobs:
dependency-graph:
name: Update Dependency Graph
permissions:
actions: read
contents: write # this permission is needed to submit the dependency graph
security-events: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-submission@v2
with:
## Optional: Define the working directory of your build.
## It should contain the build.sbt file.
working-directory: './'
configs-ignore: scala-doc-tool