Skip to content

build(deps): Bump step-security/harden-runner from 2.10.3 to 2.10.4 #1129

build(deps): Bump step-security/harden-runner from 2.10.3 to 2.10.4

build(deps): Bump step-security/harden-runner from 2.10.3 to 2.10.4 #1129

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