Skip to content

build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.0.0 to 3.1.0 #1143

build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.0.0 to 3.1.0

build(deps): Bump org.openrewrite.recipe:rewrite-testing-frameworks from 3.0.0 to 3.1.0 #1143

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}