Skip to content

Bump DavidAnson/markdownlint-cli2-action from 23.2.0 to 24.0.0 in the github-actions group across 1 directory #2

Bump DavidAnson/markdownlint-cli2-action from 23.2.0 to 24.0.0 in the github-actions group across 1 directory

Bump DavidAnson/markdownlint-cli2-action from 23.2.0 to 24.0.0 in the github-actions group across 1 directory #2

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
name: Lint
on:
pull_request:
branches:
- main
paths:
- '**.md'
- '.markdownlint-cli2.yaml'
- '.github/workflows/lint.ya?ml' # This workflow
env:
LC_ALL: en_US.UTF-8
defaults:
run:
shell: bash
permissions:
contents: read
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: "Harden Runner"
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
disable-sudo-and-containers: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
files.pythonhosted.org:443
fonts.google.com:443
fonts.gstatic.com:443
github.com:443
objects.githubusercontent.com:443
pypi.org:443
- name: 'Checkout'
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: "Check Markdown documents"
uses: DavidAnson/markdownlint-cli2-action@8de2aa07cae85fd17c0b35642db70cf5495f1d25 # v24.0.0