codeant-ai-for-open-source[bot] commented on PR #38164:
URL: https://github.com/apache/superset/pull/38164#issuecomment-3940605572

   ## **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.
   
   ```mermaid
   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/[email protected]
   
       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)
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to