Closed
chore: merge origin/main into dependabot branch#484
Conversation
* Initial plan * chore: migrate references from githubnext to github organization Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
- Update docs-site config to use github.github.io - Update references to github/agentics repository - Update example URL patterns from githubnext to myorg (generic) - Update project links to github.github.io/gh-aw/ Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* fix(cli): use GHCR images for preset agent-images in chroot mode When using --enable-chroot with --agent-image act (or default), AWF now correctly uses the pre-built GHCR images instead of always trying to build locally from Dockerfile.minimal. This fixes a bug where the packaged AWF binary would fail with: "unable to prepare context: path '/snapshot/gh-aw-firewall/containers/agent' not found" The issue was that chroot mode logic was checked before GHCR preset logic, causing it to always attempt local builds even for preset images. Changes: - Prioritize GHCR preset images over local builds (even in chroot mode) - Only build locally when: --build-local is set, OR --enable-chroot with a custom (non-preset) image - Add tests for chroot + preset image combinations Fixes #458 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix(smoke-chroot): add -E flag to sudo awf for PATH preservation Without -E flag, sudo does not preserve environment variables, causing AWF_HOST_PATH to be set from sudo's default PATH instead of the user's PATH with toolcache directories. This resulted in Python/Node version mismatches between host and chroot. The -E flag ensures PATH is passed to AWF, allowing proper resolution of host toolcache binaries in chroot mode. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* Initial plan * chore: upgrade gh-aw from v0.37.26 to v0.40.0 Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * docs: add upgrade summary Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * feat: add post-steps to install awf from source in smoke workflows Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * fix: use postprocess script to install awf from source in smoke workflows Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * fix: update test registry and improve coverage - Fix docker-manager tests using githubnext registry to use github - Add tests for ssl-bump.ts (generateSessionCa, initSslDb, isOpenSslAvailable) - Add tests for pid-tracker.ts (readFdLink, processOwnsSocket, etc.) Coverage improvements: - ssl-bump.ts: 33% → 100% - pid-tracker.ts: 70% → 96% - Overall: 78.5% → 82.2% Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> Co-authored-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Copilot
AI
changed the title
[WIP] Update docker/login-action from 3.6.0 to 3.7.0
chore: merge origin/main into dependabot branch
Feb 3, 2026
dependabot
Bot
deleted the branch
dependabot/github_actions/docker/login-action-3.7.0
February 3, 2026 19:41
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.
Merged origin/main to sync this dependabot PR with the latest changes from the main branch.
Changes:
--allow-unrelated-historiesstrategyThe branch now contains all updates from main while preserving the docker/login-action version bump from 3.6.0 to 3.7.0.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.