ci: have Dependabot also scan the composite action's own directory - #100
Merged
Conversation
Dependabot's file fetcher only looks for action.yml/action.yaml inside a configured directory itself, it does not walk into subdirectories of "/" looking for composite actions -- the pins inside .github/actions/setup/action.yml (pnpm/action-setup, actions/setup-node, actions/cache) never got a bump proposed at all, confirmed live by PR #98 covering only the root directory's own actions.
Member
Author
|
🎉 This PR is included in version 1.39.2 🎉 The release is available on:
Installationnpm install -g markmv@1.39.2Security & Supply Chain✅ OIDC Trusted Publishing: published from CI with no long-lived npm token Test CoverageThis release includes comprehensive test coverage reports. View coverage details in the release assets. Your semantic-release bot 📦🚀 |
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.
Summary
Dependabot's github-actions ecosystem block only covered
directory: "/", so pins inside.github/actions/setup/action.yml(pnpm/action-setup, actions/setup-node, actions/cache) never got a bump proposed -- confirmed live via PR #98's title only listing "1 directory". Add/.github/actions/*as a second scanned directory, matching agent-permissions-spec's own dependabot.yml.Test plan
pnpm run lintpasses