Skip to content

Commit fc4102e

Browse files
authored
Merge pull request #2422 from OWASP/renovate/lycheeverse-lychee-action-2.x
Update lycheeverse/lychee-action action to v2.8.0
2 parents f78617d + c9c5a31 commit fc4102e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/link_checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Link Checker
2020
id: lychee
21-
uses: lycheeverse/lychee-action@v2.7.0
21+
uses: lycheeverse/lychee-action@v2.8.0
2222
with:
23-
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" -r 2 './**/*.md' './**/*.html'
23+
args: --exclude-all-private --exclude-path "src/main/resources/templates/about.html" --exclude-path ".lycheeignore" --root-dir . -r 2 './**/*.md' './**/*.html'
2424
fail: true

0 commit comments

Comments
 (0)