From a6f1d02f20ce8c6f475a01f58e03a761d966ee1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:42:51 +0000 Subject: [PATCH] Bump JustinBeckwith/linkinator-action from 2.4.3 to 2.4.4 Bumps [JustinBeckwith/linkinator-action](https://github.com/justinbeckwith/linkinator-action) from 2.4.3 to 2.4.4. - [Release notes](https://github.com/justinbeckwith/linkinator-action/releases) - [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/justinbeckwith/linkinator-action/compare/0aba655887759067b44761b8dc0ab8b275e08275...b01779287d9a8423ef7d222fb1c3ba5a2b11ac58) --- updated-dependencies: - dependency-name: JustinBeckwith/linkinator-action dependency-version: 2.4.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/validate-links-on-push-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-links-on-push-pr.yml b/.github/workflows/validate-links-on-push-pr.yml index 92fcfbdd..2712b6e6 100644 --- a/.github/workflows/validate-links-on-push-pr.yml +++ b/.github/workflows/validate-links-on-push-pr.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: JustinBeckwith/linkinator-action@0aba655887759067b44761b8dc0ab8b275e08275 # v2.4.3 + - uses: JustinBeckwith/linkinator-action@b01779287d9a8423ef7d222fb1c3ba5a2b11ac58 # v2.4.4 with: paths: '**/*.md' statusCodes: '{ "408": "skip", "429": "skip", "504": "skip" }'