chore: sync actions from gh-aw@v0.79.7#152
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
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/artifactusage/installation with a new internalDefaultArtifactClientimplementation 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
pelikhan
approved these changes
Jun 12, 2026
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.
Automated sync of actions from gh-aw at
v0.79.7.