Skip to content

Commit 22ff1bb

Browse files
authored
Merge pull request #3 from ugns/dependabot/github_actions/mszostok/codeowners-validator-0.7.1
Bump mszostok/codeowners-validator from 0.6.0 to 0.7.1
2 parents 8657992 + e160608 commit 22ff1bb

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: "Checkout source code at current commit"
1212
uses: actions/checkout@v2
13-
- uses: mszostok/codeowners-validator@v0.6.0
13+
- uses: mszostok/codeowners-validator@v0.7.1
1414
if: github.event.pull_request.head.repo.full_name == github.repository
1515
name: "Full check of CODEOWNERS"
1616
with:
@@ -20,7 +20,7 @@ jobs:
2020
checks: "syntax,owners,duppatterns"
2121
# GitHub access token is required only if the `owners` check is enabled
2222
github_access_token: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}"
23-
- uses: mszostok/codeowners-validator@v0.6.0
23+
- uses: mszostok/codeowners-validator@v0.7.1
2424
if: github.event.pull_request.head.repo.full_name != github.repository
2525
name: "Syntax check of CODEOWNERS"
2626
with:

0 commit comments

Comments
 (0)