Skip to content

ci: move GitHub dependency graph workflow to its own file with write … #1

ci: move GitHub dependency graph workflow to its own file with write …

ci: move GitHub dependency graph workflow to its own file with write … #1

name: Update GitHub Dependency Graph
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: scalacenter/sbt-dependency-submission@v3