Skip to content

doc: Edge topology (#987) #140

doc: Edge topology (#987)

doc: Edge topology (#987) #140

name: Dependency Graph submission
on:
workflow_dispatch:
push:
branches:
- main
tags: ["*"]
permissions:
contents: read
jobs:
dependency-graph:
name: Update Dependency Graph
if: github.event.repository.fork == false
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Checkout
# https://github.com/actions/checkout/releases
# v3.3.0
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
with:
fetch-depth: 0
- name: Submit dependencies to GitHub
# https://github.com/scalacenter/sbt-dependency-submission/releases
# v2.1.0
uses: scalacenter/sbt-dependency-submission@573f2f9ac18dd26794bd0c5b26b71e880467b608
with:
modules-ignore: examples_2.13 examples_2.12
configs-ignore: test It scala-tool scala-doc-tool