chore(deps): combined dependabot updates (actions/checkout v7, setup-ghidra v2.1.3)#325
Merged
Merged
Conversation
Bumps [antoniovazquezblanco/setup-ghidra](https://github.com/antoniovazquezblanco/setup-ghidra) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/antoniovazquezblanco/setup-ghidra/releases) - [Commits](antoniovazquezblanco/setup-ghidra@v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: antoniovazquezblanco/setup-ghidra dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR combines two Dependabot workflow-only updates into a single branch to validate the full CI matrix against both dependency bumps together.
Changes:
- Bump
actions/checkoutfromv6tov7across CI/publish workflows. - Bump
antoniovazquezblanco/setup-ghidrafromv2.1.2tov2.1.3where Ghidra is installed in workflows.
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/test-headless.yml | Updates checkout and setup-ghidra action versions for the headless test matrix. |
| .github/workflows/test-ghidra.yml | Updates checkout and setup-ghidra action versions for unit/integration, lint/check, and CodeQL jobs. |
| .github/workflows/publish-pypi.yml | Updates checkout action to v7 for the PyPI build job. |
| .github/workflows/publish-ghidra.yml | Updates checkout and setup-ghidra action versions for Ghidra distribution builds. |
| .github/workflows/copilot-setup-steps.yml | Updates checkout and setup-ghidra action versions for the copilot-setup-steps job. |
| .github/workflows/claude.yml | Updates checkout action to v7 for the Claude Code workflow. |
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.
Combines the two open dependabot PRs into one branch so the full CI matrix runs against both updates together before merging to main.
Combined updates
actions/checkout: v6 → v7 (supersedes chore(deps): bump actions/checkout from 6 to 7 #324)antoniovazquezblanco/setup-ghidra: v2.1.2 → v2.1.3 (supersedes chore(deps): bump antoniovazquezblanco/setup-ghidra from 2.1.2 to 2.1.3 #323)Both diffs touch only
.github/workflows/*.ymland merged cleanly with no conflicts. Each individual PR already had all 21 checks (Lint, CodeQL, Ghidra 12.0–12.1 matrix on ubuntu+macos, headless) passing — this PR re-runs them with both bumps applied together.Test plan
Generated by Claude Code