Skip to content

Comments

fix(ci): revert "chore(deps): bump JustinBeckwith/linkinator-action from 2.3 to 2.4"#38164

Open
hainenber wants to merge 1 commit intomasterfrom
revert-37562-dependabot/github_actions/JustinBeckwith/linkinator-action-2.4
Open

fix(ci): revert "chore(deps): bump JustinBeckwith/linkinator-action from 2.3 to 2.4"#38164
hainenber wants to merge 1 commit intomasterfrom
revert-37562-dependabot/github_actions/JustinBeckwith/linkinator-action-2.4

Conversation

@hainenber
Copy link
Contributor

Reverts #37562

This is to unblock CI for Docs Testing since linkinator-action@v2.4 isn't allowlisted on ASF Infra's repo

@dosubot
Copy link

dosubot bot commented Feb 22, 2026

Related Documentation

Checked 0 published document(s) in 2 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@bito-code-review
Copy link
Contributor

bito-code-review bot commented Feb 22, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Feb 22, 2026
@dosubot dosubot bot added the doc Namespace | Anything related to documentation label Feb 22, 2026
@codeant-ai-for-open-source
Copy link
Contributor

Sequence Diagram

This PR reverts the Linkinator action version in the docs verification workflow back to the previously allowlisted commit (v2.3) so the Link Checking job can run on PRs without being blocked by ASF Infra allowlist restrictions.

sequenceDiagram
    participant PR as Pull Request
    participant GH as GitHub Actions Workflow
    participant Runner as ubuntu-latest
    participant Checkout as actions/checkout
    participant Linkinator as JustinBeckwith/linkinator-action@v2.3

    PR->>GH: Trigger superset-docs-verify workflow (pull_request)
    GH->>Runner: Start Link Checking job
    Runner->>Checkout: Checkout repository
    Runner->>Linkinator: Run link checks (pinned to v2.3 commit)
    Linkinator-->>Runner: Scan docs & report (continue-on-error: advisory)
    Runner-->>GH: Job completes (non-blocking results)
Loading

Generated by CodeAnt AI

@hainenber hainenber changed the title Revert "chore(deps): bump JustinBeckwith/linkinator-action from 2.3 to 2.4" fix(ci): revert "chore(deps): bump JustinBeckwith/linkinator-action from 2.3 to 2.4" Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Namespace | Anything related to documentation github_actions Pull requests that update GitHub Actions code size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant