Skip to content

Commit f623af8

Browse files
chore(deps): update mszostok/codeowners-validator action to v0.7.4
1 parent 4ecdc2b commit f623af8

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
@@ -12,7 +12,7 @@ jobs:
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/[email protected].1
15+
- uses: mszostok/[email protected].4
1616
if: github.event.pull_request.head.repo.full_name == github.repository
1717
name: "Full check of CODEOWNERS"
1818
with:
@@ -23,7 +23,7 @@ jobs:
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/[email protected].1
26+
- uses: mszostok/[email protected].4
2727
if: github.event.pull_request.head.repo.full_name != github.repository
2828
name: "Syntax check of CODEOWNERS"
2929
with:

0 commit comments

Comments
 (0)