Skip to content

Commit

Permalink
Update mszostok/codeowners-validator action to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 14, 2022
1 parent 8d7a3ea commit fe8de80
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@2f478ec3b2c8a321d46fca773f6285a447234f6a # tag=v0.7.1
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@2f478ec3b2c8a321d46fca773f6285a447234f6a # tag=v0.7.1
with:
github_access_token: '${{ github.token }}'

0 comments on commit fe8de80

Please sign in to comment.