chore(dependabot): monitor local composite actions - #2899
Merged
Conversation
|
Pull request was merged, preview was removed. |
|
This PR was marked as stale because it has been open for 30 days with no activity. |
Contributor
|
@gcl-sekoia can you follow-up on this PR please? should we merge? close? |
Contributor
Author
|
@alexane-bougeardbebin-sekoia The general idea of this PR is something we should do. I'll check the specifics later today and update the PR. |
Add `/.github/actions/*` to the github-actions Dependabot directories so that dependencies in `.github/actions/delete-preview/action.yaml` are tracked for version and security updates.
gcl-sekoia
force-pushed
the
gha-security/harden-local-actions
branch
from
August 7, 2026 11:08
a357d98 to
3476407
Compare
gcl-sekoia
marked this pull request as ready for review
August 7, 2026 11:13
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Dependabot configuration so GitHub Actions dependencies are monitored not only in workflows, but also inside local composite actions under .github/actions/.
Changes:
- Switch the
github-actionsDependabot configuration from a singledirectoryto multipledirectories. - Add an additional path intended to cover local composite actions under
.github/actions/.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
gcl-sekoia
enabled auto-merge
August 7, 2026 11:46
Contributor
Author
|
@alexane-bougeardbebin-sekoia Ready to merge! |
alexane-bougeardbebin-sekoia
approved these changes
Aug 7, 2026
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
directorytodirectoriesand add/.github/actions/*.github/actions/delete-preview/action.yamlare tracked for version and security updatesTest plan
.github/actions/