Skip to content

chore(deps): bump the github-actions-minor-patch group across 1 directory with 3 updates#578

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-minor-patch-9ea1ae5279
Open

chore(deps): bump the github-actions-minor-patch group across 1 directory with 3 updates#578
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-minor-patch-9ea1ae5279

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions-minor-patch group with 3 updates in the / directory: github/gh-aw/actions/setup, actions/upload-artifact and actions/download-artifact.

Updates github/gh-aw/actions/setup from 0.51.6 to 0.82.14

Release notes

Sourced from github/gh-aw/actions/setup's releases.

v0.82.14

🌟 Release Highlights

This release focuses on safe-outputs reliability, workshop UX polish, a new top-level model field, and a wave of new linters and security guardrails.

✨ What's New

  • Top-level model field — You can now specify the model at the top level of your workflow (e.g., model: claude-sonnet-4-5), deprecating the nested engine.model path. Reference docs
  • auto_upgrade_cron in aw.json — Configure a custom auto-upgrade schedule directly in your project manifest instead of relying on defaults.
  • Evals enabled across 64 agentic workflows — Broader evaluation coverage improves regression detection and workflow quality assurance.
  • --rootless flag for install_copilot_cli.sh — ARC/DinD runners can now install the Copilot CLI without root privileges.
  • Mode-specific intent guidance for safe-output tools — Mutation tools now surface targeted guidance based on the current workflow mode, reducing misuse and improving agent decision quality.
  • Fail-fast guardrail for schema file changes — The compiler now rejects schema changes that were made without a rebuild, preventing subtle runtime mismatches.
  • Workshop: journey/adventure filtering, GFM alerts & task lists — Workshop steps now support filtering by journey/adventure tags, render GitHub-flavored alerts (> [!NOTE]), and display task-list checkboxes.
  • Workshop URL hash navigation — Browser back/forward now restores workshop state via URL hash encoding.
  • DeepSec & VulnHunter security scan workflows — On-demand and daily security scanning workflows added for continuous vulnerability detection.
  • errgroup for structured concurrency in MCP inspector — Replaces ad-hoc goroutine management with proper error propagation.

🐛 Bug Fixes & Improvements

  • tools.startup-timeout now propagates to gateway.startupTimeout — Fixes safeoutputs eviction on slow runners where the gateway was timing out before the tool server was ready.
  • OTEL_SERVICE_NAME respected — User-defined OpenTelemetry service names are no longer overridden when OTLP observability is enabled.
  • MCP CLI prompt list reflects --disable-builtin-mcps — The listed MCP servers now accurately reflect which servers are actually mounted.
  • logs tool fixed for missing workflow_name filter — Previously caused a context deadline exceeded error; now handled gracefully.
  • safe.directory trust bridged via GIT_CONFIG_* env vars — Fixes git operations in safe-outputs on restrictive runners.
  • partial_execution + terminal safe-output treated as success — Prevents false failure signals when an agent completes its final safe-output action after a partial execution state.
  • Stable cron schedule in make recompile — Pins --schedule-seed to eliminate drift in auto-upgrade lock files across recompiles.
  • #nosec justification separators normalized- and variants are now normalised to -- for consistent security annotation parsing.
  • close_issue and assign_to_agent payloads — Issue-intent metadata is now correctly nested in the payload structure.
  • update_issue MCP body length regression coverage — Added tests to guard against silent truncation above 10 KB.

⚡ Performance

  • parseEngineDefinitionFromJSON cached — Eliminates a per-compile JSON→YAML round-trip, reducing compilation overhead for workflows with engine definitions.
  • Reduced ambient context token usage — 4 workflows updated to use narrower context windows, lowering AI-credit burn.
  • Scheduled workflow staggering — Midnight batch workflows staggered to reduce peak AI-credit consumption.

🔒 Security

  • SHA-256 checksum pinned for sentrux binary install — Resolves RGS-018 supply-chain finding.
  • no-exec-interpolated-command ESLint rule — Flags shell commands constructed from interpolated strings.
  • no-github-request-interpolated-route extended — Now recognises global.getOctokit() aliases.
  • Cross-repo regex tightened (SEC-005) — Eliminates false positive on frontmatter_hash_pure.cjs.

🔧 New Linters

  • timenowsub — Flags time.Now().Sub(t) patterns that should be time.Since(t).
  • trimleftright — Detects distinct-character prefix/suffix bugs from strings.TrimLeft/TrimRight misuse.
  • appendoneelement — Catches single-element append patterns that could use assignment.
  • no-core-error-then-process-exit (ESLint) — Prevents error-then-exit anti-patterns in GitHub Scripts.

... (truncated)

Commits
  • 8b820ae fix: propagate tools.startup-timeout to gateway.startupTimeout (prevents safe...
  • bd3f5d9 fix: mode-specific intent guidance for all intent-aware safe-output mutations...
  • cdd7b86 [WIP] Fix failing GitHub Actions job for CLI completion (#46859)
  • deea8a4 Recognize global.getOctokit() aliases in `no-github-request-interpolated-ro...
  • 0d16d68 feat: mode-specific intent guidance for all safe-output mutation tools (#46861)
  • f1220ce chore: remove dead functions — 1 function removed (#46860)
  • 3ceb8ec feat(init): make --codespaces optional-value; grant discussions/issues write ...
  • 9dc71fb fix: nest issue-intent metadata correctly in close_issue and assign_to_agent ...
  • e03203a [eslint-factory] core-method-resolve: recognize function-parameter core bin...
  • f9ecca5 Replace in-doc workshop experience with external workshop repository link (#4...
  • Additional commits viewable in compare view

Updates actions/upload-artifact from 7.0.0 to 7.0.1

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.1

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

Commits
  • 043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency
  • 634250c Include changes in typespec/ts-http-runtime 0.3.5
  • e454baa Readme: bump all the example versions to v7 (#796)
  • 74fad66 Update the readme with direct upload details (#795)
  • See full diff in compare view

Updates actions/download-artifact from 8.0.0 to 8.0.1

Release notes

Sourced from actions/download-artifact's releases.

v8.0.1

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

Commits

@dependabot dependabot Bot added debt Technical debt or repo cleanup dependencies Pull requests that update a dependency file no-changelog don't include this item in release notes. labels Jul 2, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 2, 2026 02:04
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-minor-patch-9ea1ae5279 branch from 455ba7b to 141456c Compare July 21, 2026 17:52
…tory with 3 updates

Bumps the github-actions-minor-patch group with 3 updates in the / directory: [github/gh-aw/actions/setup](https://github.com/github/gh-aw), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).


Updates `github/gh-aw/actions/setup` from 0.51.6 to 0.82.14
- [Release notes](https://github.com/github/gh-aw/releases)
- [Changelog](https://github.com/github/gh-aw/blob/main/CHANGELOG.md)
- [Commits](github/gh-aw@33cd6c7...8b820ae)

Updates `actions/upload-artifact` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@bbbca2d...043fb46)

Updates `actions/download-artifact` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@70fc10c...3e5f45b)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-minor-patch
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-minor-patch
- dependency-name: github/gh-aw/actions/setup
  dependency-version: 0.81.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/github-actions-minor-patch-9ea1ae5279 branch from 141456c to a3bd797 Compare July 22, 2026 00:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Technical debt or repo cleanup dependencies Pull requests that update a dependency file no-changelog don't include this item in release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants