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
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
The reason will be displayed to describe this comment to others. Learn more.
Removing sparse-checkout-cone-mode: false may cause issues with checking out composer.json. In cone mode (the new default), sparse-checkout patterns are treated as directory paths, not file patterns. This means composer.json may not be checked out as expected.
To check out a specific file in cone mode, you typically need to either:
Keep sparse-checkout-cone-mode: false to use non-cone mode (original behavior)
Change the pattern to include the parent directory (e.g., use / to checkout the root and then specify files)
The reason will be displayed to describe this comment to others. Learn more.
Removing sparse-checkout-cone-mode: false may cause issues with checking out composer.json and composer.lock. In cone mode (the new default), sparse-checkout patterns are treated as directory paths, not file patterns. This means these files may not be checked out as expected.
To check out specific files in cone mode, you typically need to either:
Keep sparse-checkout-cone-mode: false to use non-cone mode (original behavior)
Change the pattern to include the parent directory (e.g., use / to checkout the root and then specify files)
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
The reason will be displayed to describe this comment to others. Learn more.
Removing sparse-checkout-cone-mode: false may cause issues with checking out composer.json. In cone mode (the new default), sparse-checkout patterns are treated as directory paths, not file patterns. This means composer.json may not be checked out as expected.
To check out a specific file in cone mode, you typically need to either:
Keep sparse-checkout-cone-mode: false to use non-cone mode (original behavior)
Change the pattern to include the parent directory (e.g., use / to checkout the root and then specify files)
The same issue applies to the other occurrences in audit-php.yml.
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.
Removing
sparse-checkout-cone-mode: falsemay cause issues with checking outcomposer.json. In cone mode (the new default), sparse-checkout patterns are treated as directory paths, not file patterns. This meanscomposer.jsonmay not be checked out as expected.To check out a specific file in cone mode, you typically need to either:
sparse-checkout-cone-mode: falseto use non-cone mode (original behavior)/to checkout the root and then specify files)