CI: Update yuzutech/annotations-action to v0.6.0

This commit is contained in:
Ryan Foster
2026-05-20 18:19:38 -04:00
parent 5b1a4fc8c2
commit 037100a281
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ runs:
echo ::endgroup::
- name: Annotate Schema Validation Errors 🏷️
uses: yuzutech/annotations-action@0e061a6e3ac848299310b6429b60d67cafd4e7f8
uses: yuzutech/annotations-action@00b2d488bcba3bd01014dc073d276ef4a45d5c6c # v0.6.0
if: failure()
with:
repo-token: ${{ inputs.repositorySecret }}

View File

@@ -80,7 +80,7 @@ runs:
- name: Annotate schema validation errors 🏷️
if: fromJSON(inputs.runSchemaChecks) && failure()
uses: yuzutech/annotations-action@0e061a6e3ac848299310b6429b60d67cafd4e7f8
uses: yuzutech/annotations-action@00b2d488bcba3bd01014dc073d276ef4a45d5c6c # v0.6.0
with:
repo-token: ${{ inputs.repositorySecret }}
title: Service JSON Errors