Skip to content

chore(deps): update github-actions: Bump jdx/mise-action from 2 to 3#6

Merged
scottschreckengaust merged 1 commit intomainfrom
dependabot/github_actions/jdx/mise-action-3
Feb 5, 2026
Merged

chore(deps): update github-actions: Bump jdx/mise-action from 2 to 3#6
scottschreckengaust merged 1 commit intomainfrom
dependabot/github_actions/jdx/mise-action-3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Bumps jdx/mise-action from 2 to 3.

Release notes

Sourced from jdx/mise-action's releases.

v3.0.0

What's Changed

New Contributors

Full Changelog: jdx/mise-action@v2...v3.0.0

v2.4.4

What's Changed

Full Changelog: jdx/mise-action@v2.4.3...v2.4.4

v2.4.3

What's Changed

Full Changelog: jdx/mise-action@v2.4.2...v2.4.3

v2.4.2

What's Changed

Full Changelog: jdx/mise-action@v2.4.0...v2.4.2

v2.4.0

What's Changed

Full Changelog: jdx/mise-action@v2.3.1...v2.4.0

v2.3.1

Full Changelog: jdx/mise-action@v2.3.0...v2.3.1

v2.3.0

What's Changed

... (truncated)

Changelog

Sourced from jdx/mise-action's changelog.

3.6.1 - 2026-01-20

🔍 Other Changes

  • Revert "fix(cache): isolate cache keys per working_directory in monorepos" (#364) by @​jdx in #364

3.6.0 - 2026-01-18

🚀 Features

🐛 Bug Fixes

📚 Documentation

New Contributors


3.5.1 - 2025-11-24

🔍 Other Changes

  • Revert "feat(action): moved save cache to post step" (#329) by @​jdx in #329

3.5.0 - 2025-11-21

🚀 Features

New Contributors


3.4.1 - 2025-11-13

... (truncated)

Commits
  • 6d1e696 chore: release v3.6.1 (#365)
  • a836e1b Revert "fix(cache): isolate cache keys per working_directory in monorepos" (#...
  • c53b923 chore: release v3.6.0 (#342)
  • d3b8e90 chore(deps): update actions/upload-artifact action to v6 (#357)
  • b5a5c92 chore(deps): update dependency @​types/handlebars to v4.1.0 (#349)
  • 54a1650 chore(deps): update github/codeql-action digest to 4bdb89f (#362)
  • 891faa7 fix(cache): isolate cache keys per working_directory in monorepos (#360)
  • 23096c7 chore(deps): update actions/setup-node digest to 6044e13 (#361)
  • 10c27cd chore(deps): lock file maintenance (#358)
  • e53f0d1 chore(deps): update actions/setup-node action to v6 (#356)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jdx/mise-action](https://github.com/jdx/mise-action) from 2 to 3.
- [Release notes](https://github.com/jdx/mise-action/releases)
- [Changelog](https://github.com/jdx/mise-action/blob/main/CHANGELOG.md)
- [Commits](jdx/mise-action@v2...v3)

---
updated-dependencies:
- dependency-name: jdx/mise-action
  dependency-version: '3'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 5, 2026
@dependabot dependabot bot requested a review from a team February 5, 2026 23:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 5, 2026
Copy link
Member

@scottschreckengaust scottschreckengaust left a comment

Choose a reason for hiding this comment

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

LGTM

@scottschreckengaust scottschreckengaust added this pull request to the merge queue Feb 5, 2026
Merged via the queue into main with commit 95b5ca5 Feb 5, 2026
1 check passed
@scottschreckengaust scottschreckengaust deleted the dependabot/github_actions/jdx/mise-action-3 branch February 5, 2026 23:45
icarthick added a commit to icarthick/agent-plugins that referenced this pull request Feb 27, 2026
…gic (Critical Issue awslabs#6)

1. Add explicit retry logic to estimate.md
   - Specify 3 attempts (up to 2 retries) before fallback
   - Wait intervals: 1s after attempt 1, 2s after attempt 2
   - Clear specification: success vs fallback paths

2. Add user-visible warning for fallback
   - When awspricing fails: Display 'AWS pricing API unavailable; using cached 2026 rates (±15-25% accuracy)'
   - Not silent; user sees accuracy degradation
   - Message included in estimation report

3. Add pricing_source field to estimation.json schema
   - Track: 'live' vs 'fallback' status
   - Per-service tracking: which services use live API vs fallback
   - Message explaining accuracy impact

4. Update SKILL.md error handling
   - Changed: 'awspricing timeout after 2 retries'
   - To: 'awspricing unavailable after 3 attempts'
   - Specified all actions: warning display, fallback use, schema updates

Result: Full pricing source transparency + per-service accuracy tracking

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant