Skip to content
Open
Show file tree
Hide file tree
Changes from 9 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
6 changes: 3 additions & 3 deletions doc-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,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 @@ -236,13 +236,13 @@ 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
Comment thread
moe-ad marked this conversation as resolved.
Outdated
env:
GITHUB_TOKEN: ${{ inputs.token }}
with:
files: ${{ inputs.files }}
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-check' || 'github-check' }}
fail_level: ${{ inputs.fail-level }}
level: ${{ inputs.fail-level }}
Comment thread
moe-ad marked this conversation as resolved.
Outdated
filter_mode: nofilter
vale_flags: "${{ steps.vale-flags.outputs.VALE_FLAGS }}"
version: ${{ inputs.vale-version }}
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