[WIP] Fix failing GitHub Actions job test#36647
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates test expectations and a generated workflow lock file to align with the current action pinning behavior, fixing the failing test job in GitHub Actions for pkg/workflow.
Changes:
- Make
actions/checkout@v6expectations inaction_pins_test.goderive fromgetActionPinWithData(...)(via a placeholder), instead of hard-coding a specific pinned SHA/comment string. - Regenerate
daily-ambient-context-optimizer.lock.ymlto pinactions/github-script@v9to a SHA and update the embedded manifest/metadata accordingly.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/action_pins_test.go | Replaces brittle hard-coded actions/checkout@v6 expected strings with dynamically derived expectations from the pin resolver. |
| .github/workflows/daily-ambient-context-optimizer.lock.yml | Updates an auto-generated lock workflow to use a SHA-pinned actions/github-script reference and refreshes manifest hashes. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
dsyme
pushed a commit
that referenced
this pull request
Jun 3, 2026
* Initial plan * chore: start CI failure investigation Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * test: make checkout action pin expectations dynamic Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
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.
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.