Skip to content

Update GitHub Actions runtime - #3

Merged
yiheng8023 merged 1 commit into
mainfrom
codex/update-github-actions-runtime
Aug 3, 2026
Merged

Update GitHub Actions runtime#3
yiheng8023 merged 1 commit into
mainfrom
codex/update-github-actions-runtime

Conversation

@yiheng8023

Copy link
Copy Markdown
Owner

Summary

  • update official GitHub Actions to current v7 runtime lines
  • verify the public template workflow cannot silently regress to deprecated action majors

Official release evidence

  • actions/checkout v7.0.1 (2026-07-20)
  • actions/setup-python v7.0.0 (2026-07-20)

Verification

  • python -B scripts/verify.py
  • git diff --check

@yiheng8023
yiheng8023 merged commit b46abdc into main Aug 3, 2026
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f4be7a2116

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/verify.py
Comment on lines +205 to +206
for action in ("actions/checkout@v7", "actions/setup-python@v7"):
if action not in workflow:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Validate active workflow steps instead of raw substrings

If either action is downgraded while the v7 reference remains in a YAML comment, an unused step, or a longer string such as actions/checkout@v70, this check still passes, so it does not provide the promised regression protection. Parse the workflow steps or match complete active uses: entries, and reject stale versions of these actions.

Useful? React with 👍 / 👎.

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.

1 participant