1 Commits

Author SHA1 Message Date
dependabot[bot] 54fcb3bea8 Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workflows
Integration Tests / Integ-post-212 (2.14.0, false) (push) Has been cancelled
Integration Tests / Integ-post-212 (2.14.0, true) (push) Has been cancelled
Integration Tests / Integ-post-212 (2.16.0, false) (push) Has been cancelled
Integration Tests / Integ-post-212 (2.16.0, true) (push) Has been cancelled
Integration Tests / Integ-pre-212 (1.0.1, true) (push) Has been cancelled
Integration Tests / Integ-pre-212 (1.0.1, false) (push) Has been cancelled
Integration Tests / Integ-pre-212 (1.3.7, false) (push) Has been cancelled
Integration Tests / Integ-pre-212 (1.3.7, true) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test-build-distribution (push) Has been cancelled
CI / twine-check (push) Has been cancelled
CI / generate (push) Has been cancelled
Build & Deploy Docs / build-and-deploy (push) Has been cancelled
Integration with Unreleased OpenSearch / test (map[branch:1.x java-version:11]) (push) Has been cancelled
Unified Release / Assemble (2.8.1) (push) Has been cancelled
Integration with Unreleased OpenSearch / test (map[branch:2.x java-version:17]) (push) Has been cancelled
Integration with Unreleased OpenSearch / test (map[branch:main java-version:17]) (push) Has been cancelled
Tests / test (os=macos-latest, python=3.11) (push) Has been cancelled
Tests / test (os=macos-latest, python=3.12) (push) Has been cancelled
Tests / test (os=ubuntu-latest, python=3.10) (push) Has been cancelled
Tests / test (os=ubuntu-latest, python=3.11) (push) Has been cancelled
Tests / test (os=ubuntu-latest, python=3.12) (push) Has been cancelled
Tests / test (os=ubuntu-latest, python=3.8) (push) Has been cancelled
Tests / test (os=ubuntu-latest, python=3.9) (push) Has been cancelled
Tests / test (os=windows-latest, python=3.11) (push) Has been cancelled
Tests / test (os=windows-latest, python=3.12) (push) Has been cancelled
Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 2.0.2.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.9.3...v2.0.2)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-version: 2.0.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-28 14:43:57 +00:00
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.9.3
uses: lycheeverse/lychee-action@v2.0.2
with:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-file ".github/workflows/.lychee.excludes" --exclude-mail
fail: true