File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 - name : " Checkout source code at current commit"
1212 uses : actions/checkout@v3
1313 # Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
14- - uses : mszostok/codeowners-validator@v0.7.1
14+ - uses : mszostok/codeowners-validator@v0.7.4
1515 if : github.event.pull_request.head.repo.full_name == github.repository
1616 name : " Full check of CODEOWNERS"
1717 with :
2222 owner_checker_allow_unowned_patterns : " false"
2323 # GitHub access token is required only if the `owners` check is enabled
2424 github_access_token : " ${{ secrets.REPO_ACCESS_TOKEN }}"
25- - uses : mszostok/codeowners-validator@v0.7.1
25+ - uses : mszostok/codeowners-validator@v0.7.4
2626 if : github.event.pull_request.head.repo.full_name != github.repository
2727 name : " Syntax check of CODEOWNERS"
2828 with :
You can’t perform that action at this time.
0 commit comments