Skip to content

[data-plane]: Bump org.mockito:mockito-junit-jupiter from 5.12.0 to 5.16.1 in /data-plane #472

[data-plane]: Bump org.mockito:mockito-junit-jupiter from 5.12.0 to 5.16.1 in /data-plane

[data-plane]: Bump org.mockito:mockito-junit-jupiter from 5.12.0 to 5.16.1 in /data-plane #472

# This workflow runs after `Build Dependabot Maven PR` completes with a
# READ-WRITE GITHUB_TOKEN from the default branch and pushes updated license
# file changes back to the Dependabot PR branch.
name: Dependabot
on:
pull_request:
permissions:
contents: write
jobs:
update-deps:
name: Update deps
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
path: ./src/github.com/${{ github.repository }}
fetch-depth: 0
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version-file: ./src/github.com/${{ github.repository }}/go.mod
- name: Run ./hack/update-codegen.sh
working-directory: ./src/github.com/${{ github.repository }}
run: ./hack/update-codegen.sh
- name: git push
working-directory: ./src/github.com/${{ github.repository }}
run: |
if ! git diff --exit-code --quiet
then
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add .
git commit -m "Run ./hack/update-codegen.sh"
git push
fi
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy