diff --git a/.github/workflows/docs-review.yml b/.github/workflows/docs-review.yml index 72e6c6b2b..3db0a87a4 100644 --- a/.github/workflows/docs-review.yml +++ b/.github/workflows/docs-review.yml @@ -228,7 +228,7 @@ jobs: - name: Vale Terminology Check if: steps.vale-files.outputs.has_files == 'true' - uses: errata-ai/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # v2.1.2 + uses: errata-ai/vale-action@518a9136acc6e6668ce7c00d367051e0941e87ff # v3.0.0 with: files: ${{ steps.vale-files.outputs.files }} filter_mode: added # Only comment on lines changed in this PR diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index c688fb570..e4b166fe6 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: errata-ai/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # v2.1.2 + - uses: errata-ai/vale-action@518a9136acc6e6668ce7c00d367051e0941e87ff # v3.0.0 with: reporter: github-pr-review # Inline review comments on the affected lines filter_mode: added # Only comment on lines changed in the PR