Skip to content

Pin the link checker to v1 - #227

Open
mmcky wants to merge 1 commit into
mainfrom
pin-link-checker-v1
Open

Pin the link checker to v1#227
mmcky wants to merge 1 commit into
mainfrom
pin-link-checker-v1

Conversation

@mmcky

@mmcky mmcky commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

linkcheck.yml pinned the link checker at @v1.0.0, which resolves to 890d35e — the action repository's very first commit, from before its test suite, CI workflow and README fixes existed. Nothing errored, because that early action.yml happens to accept all five inputs this workflow passes, so the workflow has been silently running pre-release code.

Repinned to @v1, the moving tag created with the v1.1.0 release.

That release matters here because this workflow sets create-issue: 'true' on a weekly cron. Before v1.1.0 every run opened a fresh issue; now a recurring finding refreshes one open issue instead. It also fixes a bug where a timeout on a well-known host was always reported broken — the allowance meant to absorb that could never fire on a timeout, only on a connection error.

No findings are outstanding in this repository right now, so this is preventative. lectures/_config.yml has an empty linkcheck_ignore, so there is nothing to mirror into ignore-patterns yet.

Copilot AI review requested due to automatic review settings August 3, 2026 10:22
@netlify

netlify Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploy Preview for sparkly-moxie-de1f0e ready!

Name Link
🔨 Latest commit 355a490
🔍 Latest deploy log https://app.netlify.com/projects/sparkly-moxie-de1f0e/deploys/6a706c007840e600080f5bce
😎 Deploy Preview https://deploy-preview-227--sparkly-moxie-de1f0e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 3, 2026

Copy link
Copy Markdown

Deploy Preview for adorable-cucurucho-69162b ready!

Name Link
🔨 Latest commit 355a490
🔍 Latest deploy log https://app.netlify.com/projects/adorable-cucurucho-69162b/deploys/6a706c001cd3de0008317994
😎 Deploy Preview https://deploy-preview-227--adorable-cucurucho-69162b.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Ready to approve

The change is a straightforward action-version repin with no apparent workflow/YAML issues and aligns with the PR’s stated intent.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

This PR updates the GitHub Actions workflow to use the supported v1 major tag of the QuantEcon link checker action, avoiding the unintended use of a very early v1.0.0 tag that points at the action’s initial commit.

Changes:

  • Repin QuantEcon/action-link-checker from @v1.0.0 to @v1 in the link-check workflow.
File summaries
File Description
.github/workflows/linkcheck.yml Updates the action reference to the maintained v1 major tag for the weekly link-check job.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants