Skip to content

fix(deps): update dependency software.amazon.awssdk:url-connection-client to v2.27.6 #1535

fix(deps): update dependency software.amazon.awssdk:url-connection-client to v2.27.6

fix(deps): update dependency software.amazon.awssdk:url-connection-client to v2.27.6 #1535

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up JDK 11
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
with:
java-version: 11
distribution: "corretto"
cache: "maven"
- name: Build with Maven
run: mvn -B package --file pom.xml
automerge:
runs-on: ubuntu-latest
needs: build
steps:
- name: automerge
uses: "pascalgn/automerge-action@d1203c0bf94a827b991e5de69d662e9163304fa0" # v0.16.3
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "automerge"
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "pull-request-description"
MERGE_FORKS: "false"
MERGE_RETRIES: "6"
MERGE_RETRY_SLEEP: "10000"
UPDATE_LABELS: ""
UPDATE_METHOD: "rebase"