Skip to content

chore(deps): bump com.squareup.okhttp3:okhttp-coroutines from 5.3.2 to 5.4.0 #3561

chore(deps): bump com.squareup.okhttp3:okhttp-coroutines from 5.3.2 to 5.4.0

chore(deps): bump com.squareup.okhttp3:okhttp-coroutines from 5.3.2 to 5.4.0 #3561

name: Changelog verification
permissions:
contents: read
id-token: write
on:
pull_request:
types: [ opened, synchronize, reopened, labeled, unlabeled ]
branches:
- main
- '*-main'
merge_group:
types: [checks_requested]
jobs:
changelog-verification:
runs-on: ubuntu-latest
# no changelogs for merge queues or Dependabot version bumps
if: ${{ github.event_name != 'merge_group' && github.event.pull_request.user.login != 'dependabot[bot]' }}
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
aws-region: us-west-2
- name: Verify changelog
uses: aws/aws-kotlin-repo-tools/.github/actions/changelog-verification@main