Commit f14df8e
chore: pin third-party GitHub Actions to commit SHAs (#45)
## Summary
Pin all third-party GitHub Actions to full-length commit SHAs to prevent
supply chain attacks.
Addresses findings from the
[`third-party-action-not-pinned-to-commit-sha`](https://github.com/launchdarkly/semgrep-rules/blob/main/github-actions/third-party-action-not-pinned-to-commit-sha.yml)
Semgrep rule.
## Test plan
- [ ] Verify CI passes with pinned action SHAs
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Low risk: only changes the workflow action reference to a specific
commit, reducing supply-chain risk without altering release logic.
>
> **Overview**
> Pins the `google-github-actions/release-please-action` used in
`.github/workflows/release-please.yml` from the floating `@v4` tag to a
specific commit SHA (`v4.4.0`) to improve workflow supply-chain
security.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
70e2919. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>1 parent 10c03d4 commit f14df8e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments