Skip to content

Commit bb3b8a9

Browse files
chore(deps): update mszostok/codeowners-validator action to v0.7.4
1 parent 12603af commit bb3b8a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-codeowners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: "Checkout source code at current commit"
1212
uses: actions/checkout@v4
1313
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
14-
- uses: mszostok/[email protected].1
14+
- uses: mszostok/[email protected].4
1515
if: github.event.pull_request.head.repo.full_name == github.repository
1616
name: "Full check of CODEOWNERS"
1717
with:
@@ -22,7 +22,7 @@ jobs:
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.PUBLIC_REPO_ACCESS_TOKEN }}"
25-
- uses: mszostok/[email protected].1
25+
- uses: mszostok/[email protected].4
2626
if: github.event.pull_request.head.repo.full_name != github.repository
2727
name: "Syntax check of CODEOWNERS"
2828
with:

0 commit comments

Comments
 (0)