From 67b5e273e088a6fceb3020a472e6f2002efead75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 10 Jul 2026 10:32:31 +0200 Subject: [PATCH 1/4] Bumped lychee action --- .github/workflows/link_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_check.yaml b/.github/workflows/link_check.yaml index a5bd4c476a..a84f86ae77 100644 --- a/.github/workflows/link_check.yaml +++ b/.github/workflows/link_check.yaml @@ -91,7 +91,7 @@ jobs: lychee- - name: Check links - uses: lycheeverse/lychee-action@master + uses: lycheeverse/lychee-action@v2.9.0 with: args: >- --config lychee.toml From aa261c0c7e885b753f802aa6a9b23d98e94e4078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 10 Jul 2026 11:02:55 +0200 Subject: [PATCH 2/4] Pin to hash --- .github/workflows/link_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_check.yaml b/.github/workflows/link_check.yaml index a84f86ae77..fd6a7eae5b 100644 --- a/.github/workflows/link_check.yaml +++ b/.github/workflows/link_check.yaml @@ -91,7 +91,7 @@ jobs: lychee- - name: Check links - uses: lycheeverse/lychee-action@v2.9.0 + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 with: args: >- --config lychee.toml From 3352460ae0f6136c1813b260e18ef010ad3ef2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Fri, 10 Jul 2026 11:24:22 +0200 Subject: [PATCH 3/4] Empty commit From c0bf2bda8e8c51c620f93b47779cffcf4fdf8e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 15 Jul 2026 12:29:57 +0200 Subject: [PATCH 4/4] Added version comment --- .github/workflows/link_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link_check.yaml b/.github/workflows/link_check.yaml index fd6a7eae5b..582669ca32 100644 --- a/.github/workflows/link_check.yaml +++ b/.github/workflows/link_check.yaml @@ -91,7 +91,7 @@ jobs: lychee- - name: Check links - uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0 with: args: >- --config lychee.toml