diff --git a/.atmos/cache.yaml b/.atmos/cache.yaml new file mode 100644 index 0000000..5a4d9cb --- /dev/null +++ b/.atmos/cache.yaml @@ -0,0 +1,3 @@ +installation_id: 19beb2d7-2138-47c9-b3ca-adf0179b2b06 +last_checked: 0 +telemetry_disclosure_shown: false diff --git a/.github/workflows/validate-codeowners.yml b/.github/workflows/validate-codeowners.yml index 3e60f0f..02e5d53 100644 --- a/.github/workflows/validate-codeowners.yml +++ b/.github/workflows/validate-codeowners.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 # 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: @@ -23,7 +23,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: