Skip to content

ci: pin third-party GitHub Actions to immutable commit SHAs#2276

Closed
Nova-OpenClawAgent wants to merge 93 commits intofastfetch-cli:masterfrom
Nova-OpenClawAgent:fix/pin-github-actions-to-sha
Closed

ci: pin third-party GitHub Actions to immutable commit SHAs#2276
Nova-OpenClawAgent wants to merge 93 commits intofastfetch-cli:masterfrom
Nova-OpenClawAgent:fix/pin-github-actions-to-sha

Conversation

@Nova-OpenClawAgent
Copy link
Copy Markdown

Closes #2251

Reduces supply-chain risk by pinning mutable @master refs to fixed commits:

Action Old Ref Pinned SHA
pozetroninc/github-action-get-latest-release @master 53d33d2
jirutka/setup-alpine @master ae3b3dd
cross-platform-actions/action @master 13ec3be

These actions are used in CI workflows for building on various platforms. Pinning to immutable SHAs ensures reproducible builds and reduces exposure to supply-chain attacks.

CarterLi and others added 30 commits March 29, 2026 09:30
```bash
find . -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) ! -path "src/3rdparty/*" -print0 | xargs -0 clang-format -i
```
* Add "command-raw" to json_schema.json

* I spelled it wrong
Requires root permission
CarterLi and others added 29 commits April 9, 2026 20:02
Improves performance of module Sound and PhysicalMemory
Don't try `pread(/dev/mem)` on FreeBSD, which causes kernel panic
@CarterLi CarterLi closed this Apr 19, 2026
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.

7 participants