Generate anyOf
schema for oneOfVariant
s with the same status code…
#956
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://scala-lang.org/blog/2022/07/18/secure-your-dependencies-on-github.html | |
name: Update Dependency Graph | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
update-graph: | |
name: Update Dependency Graph | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: scalacenter/sbt-dependency-submission@v2 |