Skip to content

Commit a3db21c

Browse files
chore(deps): bump the actions group with 2 updates
--- updated-dependencies: - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 05bcb78917c09702e90ed18004298a6728753914 dependency-type: direct:production dependency-group: actions - dependency-name: hyperpolymath/k9-validate-action dependency-version: bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a935710 commit a3db21c

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
@@ -34,7 +34,7 @@ jobs:
3434
fi
3535
- name: Validate A2ML manifests
3636
if: steps.detect.outputs.count > 0
37-
uses: hyperpolymath/a2ml-validate-action@59145c7d1039fa3059b3ecacdb50ee23d7505898 # main
37+
uses: hyperpolymath/a2ml-validate-action@05bcb78917c09702e90ed18004298a6728753914 # main
3838
with:
3939
path: '.'
4040
strict: 'false'
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
- name: Validate K9 contracts
8181
if: steps.detect.outputs.k9_count > 0
82-
uses: hyperpolymath/k9-validate-action@2d96f43c538964b097d159ed3a56ba5b5ceca227 # main
82+
uses: hyperpolymath/k9-validate-action@bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce # main
8383
with:
8484
path: '.'
8585
strict: 'false'

0 commit comments

Comments
 (0)