Skip to content

Merge pull request #804 from lfit/dependabot/github_actions/actions/s… #1096

Merge pull request #804 from lfit/dependabot/github_actions/actions/s…

Merge pull request #804 from lfit/dependabot/github_actions/actions/s… #1096

---
# SPDX-FileCopyrightText: 2025 The Linux Foundation
# SPDX-License-Identifier: Apache-2.0
name: 'Release Drafter'
# yamllint disable-line rule:truthy
on:
push:
branches:
- main
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update_release_draft:
name: 'Update Release Draft'
permissions:
# write permission is required to create releases
contents: write
runs-on: 'ubuntu-latest'
timeout-minutes: 3
steps:
# Harden the runner used by this workflow
# yamllint disable-line rule:line-length
- uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: 'audit'
# yamllint disable-line rule:line-length
- uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0