chore(deps): update github-actions: Bump actions/checkout from 4 to 6#5
Merged
scottschreckengaust merged 1 commit intomainfrom Feb 5, 2026
Merged
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
icarthick
added a commit
to icarthick/agent-plugins
that referenced
this pull request
Feb 27, 2026
) Add migration-to-aws plugin documentation in three sections: 1. Directory Structure - Added migration-to-aws plugin entry with skills/gcp-to-aws structure - Maintains alphabetical ordering after amazon-location-service 2. MCP Servers Section - Added new '### migration-to-aws' subsection - Lists awsknowledge (HTTP) and awspricing (stdio) servers - Aligns with plugin's actual MCP configuration 3. TL;DR Pitch - Updated marketplace description to include migration-to-aws - Added brief description: 'GCP-to-AWS migration with resource discovery, architecture mapping, and cost analysis' - Now describes all three available plugins Build: All linters, manifests, security scans pass ✓ Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
icarthick
added a commit
to icarthick/agent-plugins
that referenced
this pull request
Feb 27, 2026
awslabs#3, awslabs#5, awslabs#6, awslabs#7) 1. Add missing edges field to gcp-resource-clusters.json (Issue awslabs#3) - Problem: output-schema.md example lacked edges array - But: discover-iac.md lists edges as CRITICAL field - And: clustering-algorithm.md includes edges in output - Fix: Added edges array with relationship types to output-schema.md - Fields: from, to, relationship_type 2. Align execution.json risks schema (Issue awslabs#5) - Problem: output-schema.md had 4 fields, execute.md had 3 - output-schema: category, probability, impact, mitigation - execute.md: category, probability, mitigation (missing impact) - Naming: 'data loss' vs 'data_loss' - Fix: Added impact field to execute.md - Fix: Aligned naming to use underscores (data_loss, performance_regression) - Added example with multiple risks 3. Align cluster ID naming format (Issue awslabs#6) - Problem: clustering-algorithm.md used 4-component format with region - But: discover-iac.md used 3-component format without region - clustering-algorithm: {service_category}_{service_type}_{gcp_region}_{sequence} - discover-iac: {type}_{subtype}_{sequence} - Fix: Updated discover-iac.md to use 4-component format - Now: compute_cloudrun_us-central1_001 (includes region) 4. Add missing fields to aws-design.json resource schema (Issue awslabs#7) - Problem: design.md example lacked gcp_config field - output-schema.md Design Resource Schema includes gcp_config - Fix: Added gcp_config with example values (machine_type, zone, boot_disk_size_gb) - Now: Full resource schema includes both GCP and AWS configuration Result: All JSON schemas now consistent across files Build: All linters, manifests, security scans pass ✓ Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
theagenticguy
added a commit
to theagenticguy/agent-plugins
that referenced
this pull request
Mar 5, 2026
- Replace wildcard IAM permissions with least-privilege read-only actions in SKILL.md (Copilot review comment awslabs#5) - Add missing `| limit 100` to Performance Analysis query example in SKILL.md (Copilot review comment awslabs#4) - Fix DynamoDB Throttles alarm pattern to use ReadThrottleEvents / WriteThrottleEvents instead of UserErrors (Copilot review comment awslabs#3) - Fix lookup_events example to use 90-day window matching API limits (Copilot review comment awslabs#1) - Remove orphaned pattern numbering ("Pattern 2/3/4" with no Pattern 1) in security-auditing.md (Copilot review comment awslabs#2) - Replace all "steering file" terminology with "reference" across all 8 reference files for consistency with plugin conventions Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps actions/checkout from 4 to 6.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)08c6903Prepare v5.0.0 release (#2238)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)