Skip to content

Remove committed actionlint and gosec binaries - #50617

Merged
pelikhan merged 2 commits into
mainfrom
copilot/uk-ai-resilience-remove-binaries
Aug 5, 2026
Merged

Remove committed actionlint and gosec binaries#50617
pelikhan merged 2 commits into
mainfrom
copilot/uk-ai-resilience-remove-binaries

Conversation

Copilot AI commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Root-level prebuilt actionlint and gosec binaries bypassed the repository’s Go-based tool installation flow and introduced opaque executable blobs into source control.

  • Remove tracked artifacts

    • Delete the root-level actionlint and gosec ELF binaries.
  • Prevent recurrence

    • Ignore only the root-level binary paths:
/actionlint
/gosec
  • Preserve supported installation
    • The existing tools target remains the source of tool installation:
go install github.com/rhysd/actionlint/cmd/actionlint
go install github.com/securego/gosec/v2/cmd/gosec

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove prebuilt actionlint and gosec binaries from git Remove committed actionlint and gosec binaries Aug 5, 2026
Copilot AI requested a review from pelikhan August 5, 2026 16:24
@pelikhan
pelikhan marked this pull request as ready for review August 5, 2026 16:41
Copilot AI balanced review requested due to automatic review settings August 5, 2026 16:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

@pelikhan
pelikhan merged commit acb8d78 into main Aug 5, 2026
@pelikhan
pelikhan deleted the copilot/uk-ai-resilience-remove-binaries branch August 5, 2026 16:42
@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.85.4

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

Labels

None yet

Projects

None yet

3 participants