Update dependency software.amazon.awssdk:dynamodb to v2.44.7 #2729
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
| # This file was generated using Kotlin DSL (.github/kts/format.main.kts). | |
| # If you want to modify the workflow, please change the Kotlin file and regenerate this YAML file. | |
| # Generated with https://github.com/typesafegithub/github-workflows-kt | |
| name: 'Format' | |
| on: | |
| push: {} | |
| jobs: | |
| formatting: | |
| runs-on: 'ubuntu-latest' | |
| steps: | |
| - id: 'step-0' | |
| name: 'Checkout' | |
| uses: 'actions/checkout@v4' | |
| with: | |
| fetch-depth: '0' | |
| - id: 'step-1' | |
| name: 'JDK 17' | |
| uses: 'actions/setup-java@v4' | |
| with: | |
| java-version: '17' | |
| distribution: 'corretto' | |
| - id: 'step-2' | |
| name: 'Spotless' | |
| run: './mvnw -B sortpom:sort --file pom.xml' | |
| - id: 'step-3' | |
| name: 'Spotless' | |
| run: './mvnw -B spotless:apply --file pom.xml' | |
| - id: 'step-4' | |
| name: 'Commit formatting changes' | |
| uses: 'stefanzweifel/git-auto-commit-action@v5' | |
| with: | |
| commit_message: 'Apply formatter' |