Skip to content

Commit

Permalink
Merge pull request #1662 from opensafely/dependabot/github_actions/ly…
Browse files Browse the repository at this point in the history
…cheeverse/lychee-action-2.0.2

Bump lycheeverse/lychee-action from 1.10.0 to 2.0.2
  • Loading branch information
StevenMaude authored Oct 29, 2024
2 parents f353a1e + 44d1244 commit e31105f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
# This workaround may not be needed in future if lychee has better rate limiting.
# https://github.com/lycheeverse/lychee/issues/36
- name: Check links
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
with:
args: "--exclude-all-private --include-verbatim --max-concurrency 24 --require-https --verbose --no-progress --timeout 60 './docs/**/*.md' './docs/**/*.html' './imported_docs/**/*.md' './imported_docs/**/*.html' --exclude-path './docs/ehrql/includes/generated_docs'"
fail: true
token: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e31105f

Please sign in to comment.