Skip to content

Commit a814b70

Browse files
committed
[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.
1 parent 4c2da7a commit a814b70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
outputs:
1212
release_created: ${{ steps.release.outputs.release_created }}
1313
steps:
14-
- uses: googleapis/release-please-action@v4
14+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1515
id: release
1616
with:
1717
token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)