Skip to content

Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any #358

Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any

Migrate JMockit block to Mockito which contains redundant "this" prefix for arg matcher and migrate array as parameter for any #358

Workflow file for this run

name: receive-pr
on:
pull_request:
types: [opened, synchronize]
branches:
- main
concurrency:
group: '${{ github.workflow }} @ ${{ github.ref }}'
cancel-in-progress: true
# https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
# Since this pull request receives untrusted code, we should **NOT** have any secrets in the environment.
jobs:
upload-patch:
uses: openrewrite/gh-automation/.github/workflows/receive-pr.yml@main