Skip to content

Commit 074f012

Browse files
committed
ci: SHA-pin hyperpolymath validate-actions in dogfood-gate
a2ml-validate-action and k9-validate-action were referenced as @main, violating the workflow-linter RSR SHA-pin requirement. Pin to current main SHAs with # main comments so the action contents are reproducible. a2ml: b2f28c39491c0d1ff131b8fb9e197bfea79e411e k9: f985acb62d1ed46a4b3434dc6cb148dad95cf62d
1 parent 275aab0 commit 074f012

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Validate A2ML manifests
4040
if: steps.detect.outputs.count > 0
41-
uses: hyperpolymath/a2ml-validate-action@main
41+
uses: hyperpolymath/a2ml-validate-action@b2f28c39491c0d1ff131b8fb9e197bfea79e411e # main
4242
with:
4343
path: '.'
4444
strict: 'false'
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Validate K9 contracts
8888
if: steps.detect.outputs.k9_count > 0
89-
uses: hyperpolymath/k9-validate-action@main
89+
uses: hyperpolymath/k9-validate-action@f985acb62d1ed46a4b3434dc6cb148dad95cf62d # main
9090
with:
9191
path: '.'
9292
strict: 'false'

0 commit comments

Comments
 (0)