Skip to content

Bump the github-actions group across 1 directory with 2 updates #11

Bump the github-actions group across 1 directory with 2 updates

Bump the github-actions group across 1 directory with 2 updates #11

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@b09bb98e06d4d774595224525879c09bc6e98c40 # v2.20.1
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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: "Check Markdown documents"
uses: DavidAnson/markdownlint-cli2-action@21c1be1b93ad9ed58fa840aacc3f279cde2a72ff # v24.2.0