We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cae09c9 + 8215311 commit b850200Copy full SHA for b850200
1 file changed
.github/workflows/dogfood-gate.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Validate A2ML manifests
40
if: steps.detect.outputs.count > 0
41
- uses: hyperpolymath/a2ml-validate-action@main
+ uses: hyperpolymath/a2ml-validate-action@b2f28c39491c0d1ff131b8fb9e197bfea79e411e # main
42
with:
43
path: '.'
44
strict: 'false'
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Validate K9 contracts
88
if: steps.detect.outputs.k9_count > 0
89
- uses: hyperpolymath/k9-validate-action@main
+ uses: hyperpolymath/k9-validate-action@f985acb62d1ed46a4b3434dc6cb148dad95cf62d # main
90
91
92
0 commit comments