Skip to content

build(deps): bump actions/checkout from 5.0.0 to 6.0.2 #1030

build(deps): bump actions/checkout from 5.0.0 to 6.0.2

build(deps): bump actions/checkout from 5.0.0 to 6.0.2 #1030

Workflow file for this run

name: Release Drafter
on:
pull_request:
types: [opened, reopened]
permissions:
contents: read
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@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
with:
egress-policy: audit
- uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitish: 'stable'
name: ${{ github.ref_name }} - Draft release
config-name: rd-release-config.yml