Skip to content

Bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#208) #208

Bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#208)

Bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 (#208) #208

name: release-please.yml – Automate releases with Conventional Commit Messages.
on:
push:
branches:
- main
permissions:
actions: none
attestations: none
checks: none
contents: none
deployments: none
id-token: none
issues: none
discussions: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
with:
contents: write
pull-requests: write
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple