Skip to content

Commit fd180d2

Browse files
Update .github/workflows/validate-conventional-commits.yaml
Co-authored-by: Roger Barker <roger.barker@swirldslabs.com> Signed-off-by: Andrew Brandt <andrew.brandt@hashgraph.com>
1 parent 20e04a5 commit fd180d2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/validate-conventional-commits.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
validate-pr-title:
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: Harden Runner
20+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
21+
with:
22+
egress-policy: audit
23+
1924
- name: PR Conventional Commit Validation
2025
uses: ytanikin/pr-conventional-commits@8267db1bacc237419f9ed0228bb9d94e94271a1d # v1.4.1
2126
with:

0 commit comments

Comments
 (0)