Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

Merge pull request #259 from scala-steward/update/patches #23

Merge pull request #259 from scala-steward/update/patches

Merge pull request #259 from scala-steward/update/patches #23

name: Dependency Graph
on:
push:
branches:
- main
concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
group: dependency-graph-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write # this permission is needed to submit the dependency graph
jobs:
dependency-graph:
name: Submit dependencies to GitHub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ inputs.ref }}
- uses: scalacenter/sbt-dependency-submission@v2