Skip to content

Commit

Permalink
Update mszostok/codeowners-validator action to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 12, 2022
1 parent 26a9fbd commit 7c0f205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeowners-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
- name: Basic CODEOWNERS validation
if: ${{ steps.owner-type.outputs.owner-type != 'organization' }}
uses: mszostok/codeowners-validator@v0.6.0
uses: mszostok/codeowners-validator@v0.7.3
with:
checks: 'syntax,duppatterns,files'
github_access_token: '${{ github.token }}'

- name: Full CODEOWNERS validation
if: ${{ steps.owner-type.outputs.owner-type == 'organization' }}
uses: mszostok/codeowners-validator@v0.6.0
uses: mszostok/codeowners-validator@v0.7.3
with:
github_access_token: '${{ github.token }}'

0 comments on commit 7c0f205

Please sign in to comment.