Open
Conversation
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…github/workflows/actions/upload-artifact-5' into consolidate-dependabot-updates
…github/workflows/github/codeql-action-4' into consolidate-dependabot-updates
…github/workflows/actions/download-artifact-6' into consolidate-dependabot-updates
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR consolidates multiple Dependabot updates by upgrading GitHub Actions to their latest versions across all workflow files. The updates include actions/checkout from v4 to v5, actions/upload-artifact from v4 to v5, actions/download-artifact from v4 to v6, and github/codeql-action components from v3 to v4.
Key Changes:
- Updated
actions/checkoutto v5 across all workflow files - Updated
actions/upload-artifactandactions/download-artifactto their latest versions - Updated
github/codeql-action/*components to v4
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/windows.yml | Updated actions/checkout to v5 in both build and docker jobs |
| .github/workflows/markdown-link-check.yml | Updated actions/checkout to v5 |
| .github/workflows/macos.yml | Updated actions/checkout to v5 in both build and docker jobs |
| .github/workflows/linux.yml | Updated actions/checkout to v5 |
| .github/workflows/devcontainer.yml | Updated actions/checkout to v5, actions/upload-artifact to v5, and actions/download-artifact to v6 |
| .github/workflows/codeql.yml | Updated actions/checkout to v5 and all codeql-action components to v4 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Oct 27, 2025
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.
Pull Request
Title
Consolidate dependabot updates
Description
Type of Change
Testing
CI/CD