Skip to content

chore: update to ld-find-code-refs 2.17.0 - #66

Merged
tknopp-ld merged 1 commit into
mainfrom
chore/update-to-2.17.0
Aug 13, 2026
Merged

tknopp-ld merged 1 commit into
mainfrom
chore/update-to-2.17.0

Conversation

@tknopp-ld

@tknopp-ld tknopp-ld commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Sync Action metadata from ld-find-code-refs 2.17.0
  • Adds optional docker/ entry point with dockerImage input

Note

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 via docker run with a configurable dockerImage (mirrored or proxy registry), after docker/login-action or 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.

@tknopp-ld
tknopp-ld requested a review from a team as a code owner August 13, 2026 13:14
@tknopp-ld
tknopp-ld merged commit 088563c into main Aug 13, 2026
4 of 5 checks passed
@tknopp-ld
tknopp-ld deleted the chore/update-to-2.17.0 branch August 13, 2026 13:22

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit df5dc60. Configure here.

Comment thread docker/action.yml
LD_LOOKBACK: ${{ inputs.lookback }}
LD_PRUNE: ${{ inputs.prune }}
LD_SUBDIRECTORY: ${{ inputs.subdirectory }}
GITHUB_TOKEN: ${{ github.token }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit df5dc60. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants