Skip to content

chore: sync actions from gh-aw@v0.79.7#152

Merged
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.79.7
Jun 12, 2026
Merged

chore: sync actions from gh-aw@v0.79.7#152
pelikhan merged 1 commit into
mainfrom
sync/gh-aw-v0.79.7

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Automated sync of actions from gh-aw at v0.79.7.

@pelikhan pelikhan marked this pull request as ready for review June 12, 2026 00:00
Copilot AI review requested due to automatic review settings June 12, 2026 00:00

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Automated sync from github/gh-aw@v0.79.7, updating the setup action’s runtime helpers and templates—most notably replacing the external @actions/artifact dependency with an internal artifact client and renaming the daily workflow AI Credits guardrail outputs/context.

Changes:

  • Replace @actions/artifact usage/installation with a new internal DefaultArtifactClient implementation and update upload/guardrail code paths to use it.
  • Rename daily AI credits guardrail outputs/env vars and update downstream failure handling + markdown templates accordingly.
  • Adjust footer rendering to include ambient context in template context, add Copilot-specific secret verification remediation text, and add an OIDC startup delay to reduce AWF reflect probe flakiness.
Show a summary per file
File Description
setup/setup.sh Removes npm-based installation flow for @actions/artifact.
setup/index.js Stops passing the deprecated artifact-client input into setup.sh.
setup/action.yml Deprecates safe-output-artifact-client input as a no-op.
setup/js/artifact_client.cjs Adds an internal artifact client (list/download via REST, upload via results service).
setup/js/upload_artifact.cjs Switches artifact uploads to the internal artifact client.
setup/js/check_daily_aic_workflow_guardrail.cjs Uses internal artifact client; renames outputs; tweaks skip logic and failure behavior.
setup/js/messages_footer.cjs Changes how AI credits / ambient context suffixes are passed to templates and rendered by defaults.
setup/js/handle_agent_failure.cjs Renames daily-AIC context keys; adds Copilot-specific secret verification guidance helper.
setup/js/awf_reflect.cjs Adds initial delay for models probing when using GitHub OIDC to reduce startup races.
setup/js/generate_aw_info.cjs Removes model multiplier merge/persist logic and related helpers.
setup/js/package.json Drops @actions/artifact devDependency.
setup/js/model_multipliers.json Removed (previous model multiplier registry).
setup/js/merge_awf_model_multipliers.cjs Removed (previous multipliers merge helper).
setup/md/daily_workflow_aic_exceeded.md Updates output name referenced by the report.
setup/md/agent_failure_issue.md Renames inserted context placeholder for daily AI credits guardrail.
setup/md/agent_failure_comment.md Renames inserted context placeholder for daily AI credits guardrail.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 16/16 changed files
  • Comments generated: 4

Comment thread setup/js/messages_footer.cjs
Comment thread setup/js/messages_footer.cjs
Comment thread setup/js/messages_footer.cjs
Comment thread setup/js/check_daily_aic_workflow_guardrail.cjs
@pelikhan pelikhan merged commit c71b1e2 into main Jun 12, 2026
11 checks passed
@pelikhan pelikhan deleted the sync/gh-aw-v0.79.7 branch June 12, 2026 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants