-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Dependency updates #27111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Kushmanmb
wants to merge
9
commits into
TryGhost:main
Choose a base branch
from
kushmanmb-org:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Dependency updates #27111
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
2753439
Initial plan
Copilot 27873d9
Merge pull request #13 from kushmanmb-org/copilot/update-all
Kushmanmb a6968d1
Initial plan
Copilot edb4cb7
Fix npm audit: Update moment from vulnerable 2.24.0 to 2.29.4
Copilot 99ab468
Merge pull request #17 from kushmanmb-org/copilot/fix-npm-audit-issues
Kushmanmb d23ea3c
Initial plan
Copilot fbf3ccf
💡 Added pullable cache image tag
Copilot 9451512
Merge pull request #18 from kushmanmb-org/copilot/cache-pr-5
Kushmanmb af489fd
Merge branch 'main' into main
Kushmanmb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Image tags collide with cache registry refs
Medium Severity
The new
cache-mainandcache-pr-{0}tags added to themeta-fullmetadata step use the same names as thecache-toregistry refs in the full image build step. Docker's documentation explicitly warns that the cache ref must not be the same as the image push target. When the image is pushed with tagcache-mainand the cache is exported to the same tag, one overwrites the other. This can break layer caching for subsequent builds (causing cache misses and slower builds) or cause failures on registries with tag immutability.Additional Locations (1)
.github/workflows/ci.yml#L1009-L1013Reviewed by Cursor Bugbot for commit af489fd. Configure here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bugbot Autofix determined this is a false positive.
Current
.github/workflows/ci.ymlno longer tags images ascache-main/cache-pr-*, so image push tags andcache-torefs are distinct and do not conflict.This Bugbot Autofix run was free. To enable autofix for future PRs, go to the Cursor dashboard.