Skip to content

Commit

Permalink
Fix bare URLs and use speciifc version of markdown link check due to …
Browse files Browse the repository at this point in the history
…regeression in tooling
  • Loading branch information
ladatz committed Apr 15, 2024
1 parent 0ac1797 commit 84ef487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: |
npm install markdown-link-check
npm install markdown-link-check@3.11.2
find . -type d \( -name node_modules -o -name .github \) -prune -o -type f -name '*.md' -print0 | xargs -0 -n1 node_modules/.bin/markdown-link-check --config .markdownlinkcheck.jsonc --quiet
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This project implements the Eclipse Foundation Security Policy

* https://www.eclipse.org/security
* <https://www.eclipse.org/security>

## Reporting a Vulnerability

Please report vulnerabilities to the Eclipse Foundation Security Team at
security@eclipse.org
<security@eclipse.org>

0 comments on commit 84ef487

Please sign in to comment.