Skip to content

Bump software.amazon.awssdk:dynamodb from 2.26.3 to 2.27.7 #132

Bump software.amazon.awssdk:dynamodb from 2.26.3 to 2.27.7

Bump software.amazon.awssdk:dynamodb from 2.26.3 to 2.27.7 #132

Workflow file for this run

name: 🤖🏗 build pull request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build and analyze
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: setup jdk and maven
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
cache: 'maven'
server-id: 'sonatype-nexus'
- name: Cache Maven packages
uses: actions/cache@v3
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build
run: mvn -B verify
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
use-github-auto-merge: true