Skip to content

Commit f84584b

Browse files
chore(deps): bump hyperpolymath/a2ml-validate-action from 56f6e4f6c9f9396f4b880632f47da33729b1046b to 0f8081cdfa293663ec6b204274b4272da302e564 in the actions group (#192)
Bumps the actions group with 1 update: [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action). Updates `hyperpolymath/a2ml-validate-action` from 56f6e4f6c9f9396f4b880632f47da33729b1046b to 0f8081cdfa293663ec6b204274b4272da302e564 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperpolymath/a2ml-validate-action/blob/main/CHANGELOG.md">hyperpolymath/a2ml-validate-action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.1.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h2>[Unreleased]</h2> <h2>[1.0.0] - 2026-05-29</h2> <h3>Added</h3> <ul> <li>Initial Marketplace-ready composite action for validating <code>.a2ml</code> manifests.</li> <li>Configurable <code>path</code>, <code>strict</code>, and <code>paths-ignore</code> inputs.</li> <li>GitHub Actions outputs for scanned files, validation errors, and warnings.</li> </ul> <h3>Fixed</h3> <ul> <li>Allow local smoke runs outside GitHub Actions by defaulting missing <code>GITHUB_OUTPUT</code> to <code>/dev/null</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hyperpolymath/a2ml-validate-action/commit/0f8081cdfa293663ec6b204274b4272da302e564"><code>0f8081c</code></a> Sync local commits to main (<a href="https://redirect.github.com/hyperpolymath/a2ml-validate-action/issues/61">#61</a>)</li> <li><a href="https://github.com/hyperpolymath/a2ml-validate-action/commit/dea1950497a5aacec45810a26c71618f3f371946"><code>dea1950</code></a> sweep4: add C-A-G-M files</li> <li><a href="https://github.com/hyperpolymath/a2ml-validate-action/commit/cd62208abf48c1370b0622b2a4e522ecb297c509"><code>cd62208</code></a> sweep3: add license files and SPDX identifiers</li> <li><a href="https://github.com/hyperpolymath/a2ml-validate-action/commit/b5d30fbbc96cc318e0526edf3938101e28873dba"><code>b5d30fb</code></a> sweep2: add config files (mise.toml)</li> <li>See full diff in <a href="https://github.com/hyperpolymath/a2ml-validate-action/compare/56f6e4f6c9f9396f4b880632f47da33729b1046b...0f8081cdfa293663ec6b204274b4272da302e564">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed8cd04 commit f84584b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dogfood-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
4444
- name: Validate A2ML manifests
4545
if: steps.detect.outputs.count > 0
46-
uses: hyperpolymath/a2ml-validate-action@56f6e4f6c9f9396f4b880632f47da33729b1046b
46+
uses: hyperpolymath/a2ml-validate-action@0f8081cdfa293663ec6b204274b4272da302e564
4747
with:
4848
path: '.'
4949
strict: 'false'

0 commit comments

Comments
 (0)