chore: harden supply chain — pin actions, persist-credentials, deny.toml#87
Merged
brendanjryan merged 3 commits intomasterfrom Apr 14, 2026
Merged
chore: harden supply chain — pin actions, persist-credentials, deny.toml#87brendanjryan merged 3 commits intomasterfrom
brendanjryan merged 3 commits intomasterfrom
Conversation
…ny.toml, dependabot - Pin all GH Actions to SHAs (pinact) - Add persist-credentials: false to every checkout - Pin npm install claude-code and pip install build/twine versions - Scope binary.yml permissions per-job (build=read, upload=write) - Add save-if to rust-cache in release workflow to prevent cache poisoning - Add permissions: contents: read to ci.yml - Add deny.toml with advisories + sources policy - Add dependabot.yml for cargo + github-actions with 7-day cooldown Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d8a55-43c3-7534-8f57-ef577697f48f
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Contributor
|
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d8a55-43c3-7534-8f57-ef577697f48f
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com> Amp-Thread-ID: https://ampcode.com/threads/T-019d8a55-43c3-7534-8f57-ef577697f48f
brendanjryan
approved these changes
Apr 14, 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.
persist-credentials: falseto everyactions/checkoutnpm install -g @anthropic-ai/claude-code@2.1.105in changelog workflowpip install build==1.2.2.post1 twine==6.2.0in composite actionbinary.ymlpermissions per-job (build=contents: read, upload=contents: write)save-iftorust-cachein release workflow to prevent cache poisoningpermissions: contents: readtoci.ymldeny.tomlwith advisories + sources policydependabot.ymlfor cargo + github-actions with 7-day cooldownPrompted by: georgen