Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update mszostok/codeowners-validator action to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 16, 2022
1 parent ecf8dad commit 3139905
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.4
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.4
with:
github_access_token: '${{ github.token }}'

0 comments on commit 3139905

Please sign in to comment.