From fc63c5f2f9d1221f93c68b5cc55bfcb4093cb394 Mon Sep 17 00:00:00 2001 From: Patrick Kaeding Date: Tue, 24 Mar 2026 10:42:51 -0400 Subject: [PATCH 1/2] [SEC-7924] chore: pin third-party GitHub Actions to commit SHAs 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 Semgrep rule. --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 3afe2df0..1d56102f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,7 +23,7 @@ jobs: LD_INCLUDE_INTEGRATION_TESTS: 1 steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 id: release - uses: actions/checkout@v4 From 00d19b0051667fff4cf569fa5c94ab4bb7dfe80c Mon Sep 17 00:00:00 2001 From: "Matthew M. Keeler" Date: Tue, 24 Mar 2026 14:36:22 -0400 Subject: [PATCH 2/2] Apply suggestion from @keelerm84 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1d56102f..589c686f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,7 +23,7 @@ jobs: LD_INCLUDE_INTEGRATION_TESTS: 1 steps: - - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4 + - uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0 id: release - uses: actions/checkout@v4