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 1212 uses : actions/checkout@v4
1313
1414 # Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
15- - uses : mszostok/codeowners-validator@v0.7.1
15+ - uses : mszostok/codeowners-validator@v0.7.4
1616 if : github.event.pull_request.head.repo.full_name == github.repository
1717 name : " Full check of CODEOWNERS"
1818 with :
2323 owner_checker_allow_unowned_patterns : " false"
2424 # GitHub access token is required only if the `owners` check is enabled
2525 github_access_token : " ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
26- - uses : mszostok/codeowners-validator@v0.7.1
26+ - uses : mszostok/codeowners-validator@v0.7.4
2727 if : github.event.pull_request.head.repo.full_name != github.repository
2828 name : " Syntax check of CODEOWNERS"
2929 with :
You can’t perform that action at this time.
0 commit comments