Skip to content

build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java from 2.30.1 to 2.31.0 #1060

build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java from 2.30.1 to 2.31.0

build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java from 2.30.1 to 2.31.0 #1060

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@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}