chore: update to ld-find-code-refs 2.17.0 - #66
Merged
Merged
Conversation
cspath1
approved these changes
Aug 13, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit df5dc60. Configure here.
| LD_LOOKBACK: ${{ inputs.lookback }} | ||
| LD_PRUNE: ${{ inputs.prune }} | ||
| LD_SUBDIRECTORY: ${{ inputs.subdirectory }} | ||
| GITHUB_TOKEN: ${{ github.token }} |
There was a problem hiding this comment.
Custom token always overridden
Low Severity
The composite step always sets GITHUB_TOKEN to github.token, which overrides a caller-provided token from the workflow env block. Workflows that pass a PAT for private-repo GitHub API access keep that token with the root Action, but silently lose it on the docker/ entry point.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit df5dc60. Configure here.
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
docker/entry point withdockerImageinputNote
Overview
Bumps the container action to ld-find-code-refs-github-action 2.17.0 (Dockerfile and README workflow pins).
Adds a new
docker/composite entry point so workflows can run the same scanner viadocker runwith a configurabledockerImage(mirrored or proxy registry), afterdocker/login-actionor similar. The README documents this pattern; the root Docker-based action is unchanged for existing users.The composite step validates workspace, event file, and Docker CLI, forwards proxy env vars, and passes the same
LD_*and GitHub context into the container as the root action.Reviewed by Cursor Bugbot for commit df5dc60. Bugbot is set up for automated code reviews on this repo. Configure here.