diff --git a/.github/workflows/json-check.yml b/.github/workflows/json-check.yml index 1bbc74b0b..031657c15 100644 --- a/.github/workflows/json-check.yml +++ b/.github/workflows/json-check.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # pin@v3.5.2 - name: json syntax check - uses: GrantBirki/json-yaml-validate@87b2d309a02f4942c5e602183eeea11008a640f9 # pin@v1.4.0 + uses: GrantBirki/json-yaml-validate@4164ed63632e78a1a43174b9472cc24ee6f3ad67 # pin@v1.5.0 with: exclude_file: ".github/config/exclude.txt" # .gitignore style file for exclusions comment: "true" # allow PR comments with error messages