Skip to content

Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.6 #533

Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.6

Bump github.com/aws/aws-sdk-go-v2 from 1.32.5 to 1.32.6 #533

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build:
permissions:
id-token: write
contents: read
uses: ./.github/workflows/base.yml
with:
image-tags: sha-${{ github.event.pull_request.head.sha }}
secrets:
gar-json-key: ${{ secrets.GAR_JSON_KEY }}
automerge:
needs: [build]
permissions:
pull-requests: write
contents: write
runs-on: elisa-normal
timeout-minutes: 15
steps:
- name: Automerge dependabot PR
uses: elisa-actions/github-action-merge-dependabot@v3
with:
target: minor
github-token: ${{ secrets.DOPS_SRE_PAT }}