chore(deps): bump actions/checkout from v5 to v6#2703
Merged
nicomiguelino merged 2 commits intoScreenly:masterfrom Mar 21, 2026
Merged
chore(deps): bump actions/checkout from v5 to v6#2703nicomiguelino merged 2 commits intoScreenly:masterfrom
nicomiguelino merged 2 commits intoScreenly:masterfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflows to use actions/checkout@v6 everywhere, aligning all CI/CD entrypoints on the same checkout implementation.
Changes:
- Bump
actions/checkoutfromv5tov6across all workflow files. - Update all checkout steps consistently (16 references across 12 workflows).
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-runner.yml | Update checkout action to actions/checkout@v6 for the reusable test workflow. |
| .github/workflows/sbom.yaml | Update checkout action to actions/checkout@v6 in both SBOM jobs. |
| .github/workflows/python-lint.yaml | Update checkout action to actions/checkout@v6 for Python lint job. |
| .github/workflows/lint-workflows.yml | Update checkout action to actions/checkout@v6 for workflow linting job. |
| .github/workflows/javascript-lint.yaml | Update checkout action to actions/checkout@v6 for JS lint job. |
| .github/workflows/generate-openapi-schema.yml | Update checkout action to actions/checkout@v6 for schema generation job. |
| .github/workflows/docker-build.yaml | Update checkout action to actions/checkout@v6 in both build matrix and balena jobs. |
| .github/workflows/deploy-website.yaml | Update checkout action to actions/checkout@v6 for Pages build job. |
| .github/workflows/codeql-analysis.yaml | Update checkout action to actions/checkout@v6 for CodeQL analysis job. |
| .github/workflows/build-webview.yaml | Update checkout action to actions/checkout@v6 in all webview build jobs. |
| .github/workflows/build-balena-disk-image.yaml | Update checkout action to actions/checkout@v6 for disk image build job. |
| .github/workflows/ansible-lint.yaml | Update checkout action to actions/checkout@v6 for ansible-lint job. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Bumps
actions/checkoutto v6 across all workflow files (16 references in 12 files).The key change in v6 is that credentials are stored under
$RUNNER_TEMPviaincludeIfgit config directives instead of directly in.git/config. This is transparent for most workflows.Risk Assessment
javascript-lint.yamlpython-lint.yamllint-workflows.ymltest-runner.ymlgenerate-openapi-schema.ymlcodeql-analysis.yamldeploy-website.yamldocker-build.yamlbuild-balena-disk-image.yamlbuild-webview.yamlsbom.yamlsbomify/github-action@mastermay be a Docker container action, but does not require git credentials post-checkoutansible-lint.yamlansible-community/ansible-lint-action@mainis likely Docker-based, but only needs checked-out filesChecklist