From 2ebe9a3def3cf3ad1e27325d1d58c7c2408d128c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 10:17:18 +0000 Subject: [PATCH] Update mszostok/codeowners-validator action to v0.7.4 --- .github/workflows/validate-codeowners.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate-codeowners.yml b/.github/workflows/validate-codeowners.yml index ff344d4..4a77a9f 100644 --- a/.github/workflows/validate-codeowners.yml +++ b/.github/workflows/validate-codeowners.yml @@ -11,7 +11,7 @@ jobs: - name: "Checkout source code at current commit" uses: actions/checkout@v3 # Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved - - uses: mszostok/codeowners-validator@v0.7.1 + - uses: mszostok/codeowners-validator@v0.7.4 if: github.event.pull_request.head.repo.full_name == github.repository name: "Full check of CODEOWNERS" with: @@ -22,7 +22,7 @@ jobs: owner_checker_allow_unowned_patterns: "false" # GitHub access token is required only if the `owners` check is enabled github_access_token: "${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}" - - uses: mszostok/codeowners-validator@v0.7.1 + - uses: mszostok/codeowners-validator@v0.7.4 if: github.event.pull_request.head.repo.full_name != github.repository name: "Syntax check of CODEOWNERS" with: