Skip to content

fix: bump symfony/process to avoid CVE-2024-51736 (#58) #11

fix: bump symfony/process to avoid CVE-2024-51736 (#58)

fix: bump symfony/process to avoid CVE-2024-51736 (#58) #11

Workflow file for this run

name: Release Draft
on:
push:
branches:
- master
permissions:
contents: read
jobs:
update_draft_release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: toolmantim/release-drafter@v6.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}