Skip to content

build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (#1… #497

build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (#1…

build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (#1… #497

name: Release Drafter
on:
push:
branches: main
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
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
# Drafts your next Release notes as Pull Requests are merged into "main"
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}