Skip to content

Commit ebd3a6a

Browse files
fix(ci): bump a2ml/k9-validate-action pins to canonical (#53)
Re-sync stale `dogfood-gate.yml` action pins to canonical (template-source already merged: rsr-template-repo#56 / v3-templater#75 / reposystem#50). a2ml-validate-action -> `59145c7` (off the exit-127-broken `86c6da6`) k9-validate-action -> `2d96f43` Refs hyperpolymath/standards#85
1 parent 8d8b58f commit ebd3a6a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 3 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@b2f28c39491c0d1ff131b8fb9e197bfea79e411e # main
41+
uses: hyperpolymath/a2ml-validate-action@59145c7d1039fa3059b3ecacdb50ee23d7505898 # 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@f985acb62d1ed46a4b3434dc6cb148dad95cf62d # main
89+
uses: hyperpolymath/k9-validate-action@2d96f43c538964b097d159ed3a56ba5b5ceca227 # main
9090
with:
9191
path: '.'
9292
strict: 'false'
@@ -378,3 +378,4 @@ print(f'Valid: {project[\"name\"]} ({len(functions)} function(s))')
378378
*Generated by the [Dogfood Gate](https://github.com/hyperpolymath/rsr-template-repo) workflow.*
379379
*Dogfooding is guinea pig fooding — we test our tools on ourselves.*
380380
EOF
381+

0 commit comments

Comments
 (0)