Skip to content

[CVE-2024-45296] Bump path-to-regexp to 1.9.0, 3.3.0, and 6.3.0 (#8197) #80

[CVE-2024-45296] Bump path-to-regexp to 1.9.0, 3.3.0, and 6.3.0 (#8197)

[CVE-2024-45296] Bump path-to-regexp to 1.9.0, 3.3.0, and 6.3.0 (#8197) #80

Workflow file for this run

# Copyright OpenSearch Contributors
# SPDX-License-Identifier: Apache-2.0
name: Link Checker
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linkchecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lychee Link Checker
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: --accept=200,403,429 --base . --retry-wait-time=15 --max-retries=5 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" "**/*.js" "**/*.ts" "**/*.tsx"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}