chore(deps): Bump storybook from 10.1.11 to 10.2.13 in /cdk (#879) #138
This file contains hidden or 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
| name: Update Dependency Graph for sbt | |
| on: | |
| push: | |
| branches: | |
| - main | |
| - sbt-dependency-graph-7ab016c6182142d0 | |
| workflow_dispatch: | |
| jobs: | |
| dependency-graph: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout branch | |
| id: checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| # See https://github.com/guardian/setup-java | |
| - name: Setup Java and sbt | |
| uses: guardian/setup-scala@v1 | |
| - name: Submit dependencies | |
| id: submit | |
| uses: scalacenter/sbt-dependency-submission@f43202114d7522a4b233e052f82c2eea8d658134 # v3.2.1 | |
| - name: Log snapshot for user validation | |
| id: validate | |
| run: cat ${{ steps.submit.outputs.snapshot-json-path }} | jq | |
| permissions: | |
| contents: write |