Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ runs:
# reviewdog20 branch with the new release changes, see next step.
- name: "Dummy step to track vale-action changes"
if: false
uses: vale-cli/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2.1.1
uses: vale-cli/vale-action@85f9f7f2c5f449ac0ae5b66662961bae3f77ca6a # v2.1.2
with:
reporter: github-pr-check
filter_mode: nofilter
Expand All @@ -252,7 +252,7 @@ runs:
# dependabot, we need to update the reviewdog20 branch with the new release changes.
# Once performed, we can manually update the commit hash below.
- name: "Run Vale"
uses: vale-cli/vale-action@8b7efc0909d3e173676d892083470ec35a757858 # zizmor: ignore[stale-action-refs] , Read warning above
uses: vale-cli/vale-action@d89dee975228ae261d22c15adcd03578634d429c # zizmor: ignore[stale-action-refs] , Read warning above
env:
GITHUB_TOKEN: ${{ inputs.token }}
with:
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/1336.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump vale-cli/vale-action from 2.1.1 to 2.1.2 in /doc-style in the vale-action group across 1 directory
Loading