Skip to content

Update GitHub Actions checkout and status action versions#1401

Merged
CatChen merged 1 commit intomainfrom
updated-readme
Feb 20, 2026
Merged

Update GitHub Actions checkout and status action versions#1401
CatChen merged 1 commit intomainfrom
updated-readme

Conversation

@CatChen
Copy link
Copy Markdown
Owner

@CatChen CatChen commented Feb 20, 2026

No description provided.

@CatChen CatChen requested a review from Copilot February 20, 2026 07:04
@CatChen CatChen enabled auto-merge (squash) February 20, 2026 07:04
github-actions bot added a commit that referenced this pull request Feb 20, 2026
@what-the-diff
Copy link
Copy Markdown

what-the-diff bot commented Feb 20, 2026

PR Summary

  • Upgraded GitHub Action Version for Checkout
    The version for the GitHub action related to Code Checkout has been updated from v3 to a newer v6. This means improvements in how our code is checked-in and checked-out from our repository, making the process more smooth and efficient.

  • Enhanced GitHub Action Version for check-git-status-action
    We've also updated the version for 'check-git-status-action' from v1 to v2. This upgrade should provide better handling of git status checks, that could offer more accurate and detailed information regarding any changes in our source code.

@github-actions
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown

@CatChen CatChen merged commit 71eaa1f into main Feb 20, 2026
20 checks passed
@CatChen CatChen deleted the updated-readme branch February 20, 2026 07:05
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the GitHub Actions version references in the README documentation to align with the versions currently used in the repository's actual workflow files. The check-git-status-action repository maintains example workflows in its README, and this update ensures the documentation reflects current best practices.

Changes:

  • Updated actions/checkout from v3 to v6 in the README example
  • Updated CatChen/check-git-status-action from v1 to v2 in the README example

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

touch some-build-artefact-newly-generated-in-the-build-process

- uses: CatChen/check-git-status-action@v1
- uses: CatChen/check-git-status-action@v2
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

This workflow example uses the third-party action CatChen/check-git-status-action@v2 pinned only to a mutable tag, which exposes you to supply chain risk if that tag is ever retagged with malicious code. Because this action runs in your CI with the default GITHUB_TOKEN and is capable of modifying repository state, a compromised release could exfiltrate secrets or alter code and build artifacts. To reduce this risk, pin the action to a specific commit SHA and limit the workflow/token permissions to the minimum required for this step.

Copilot uses AI. Check for mistakes.
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