You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle file is available in the agent artifact in the workflow run linked above.
To create a pull request with the changes:
# Download the artifact from the workflow run
gh run download 26276021128 -n agent -D /tmp/agent-26276021128
# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-26276021128/aw-actions-update-2026-05-22.bundle refs/heads/actions-update-2026-05-22:refs/bundles/create-pr-actions-update-2026-05-22-de9f9fa9f07daa0c-132833d1
git update-ref refs/heads/actions-update-2026-05-22-de9f9fa9f07daa0c refs/bundles/create-pr-actions-update-2026-05-22-de9f9fa9f07daa0c-132833d1
git checkout actions-update-2026-05-22-de9f9fa9f07daa0c
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-actions-update-2026-05-22-de9f9fa9f07daa0c-132833d1
# Push the branch to origin
git push origin actions-update-2026-05-22-de9f9fa9f07daa0c
# Create the pull request
gh pr create --title '[actions] Update GitHub Actions versions - 2026-05-22' --base main --head actions-update-2026-05-22-de9f9fa9f07daa0c --repo github/gh-aw
Caution
agentic threat detected
Threat detection flagged this output in warn mode. Manual review is REQUIRED before any follow-up automation.
Details
Potential security threats were detected in the agent output.
Review the workflow run logs for details.
GitHub Actions Updates - May 22, 2026
This PR updates GitHub Actions versions in
.github/aw/actions-lock.jsonto their latest compatible releases.📦 Actions Updated (full list)
Actions Updated
docker/build-push-action: v7.1.0 → v7.2.0github/stale-repos: v9.0.8/v9.0.11 → v9.0.13ruby/setup-ruby: v1.308.0 → v1.310.0Deprecated Action Pins Removed
actions/checkout@v4(superseded by v6)actions/setup-python@v5(superseded by v6)Summary
gh aw updateNotes
.lock.ymlfiles are excluded from this PR and will be regenerated during the next compilation.mdfiles were updated to reference the latest action versions where applicableTesting
The updated actions will be automatically used in workflow compilations. No manual testing required.
This PR was automatically created by the Daily Workflow Updater workflow.
Note
This was originally intended as a pull request, but the git push operation failed.
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.To create a pull request with the changes: