Skip to content

build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 #560

build(deps): bump github/codeql-action from 3.27.6 to 3.27.9

build(deps): bump github/codeql-action from 3.27.6 to 3.27.9 #560

name: Release Drafter
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
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@v6 # v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitish: 'release'
name: ${{ github.ref_name }} - Draft release
config-name: rd-release-config.yml