Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit dd33db4

Browse files
build(deps): bump mszostok/codeowners-validator from 0.7.3 to 0.7.4
Bumps [mszostok/codeowners-validator](https://github.com/mszostok/codeowners-validator) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/mszostok/codeowners-validator/releases) - [Changelog](https://github.com/mszostok/codeowners-validator/blob/main/.goreleaser.yml) - [Commits](mszostok/codeowners-validator@v0.7.3...v0.7.4) --- updated-dependencies: - dependency-name: mszostok/codeowners-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d7dda2 commit dd33db4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-codeowners.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
- name: Check out Source Code
1313
uses: actions/checkout@v3
1414

15-
- uses: mszostok/[email protected].3
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:
1919
checks: "duppatterns,owners,syntax"
2020
experimental_checks: "notowned"
2121
github_access_token: "${{ secrets.secrets.GITHUB_TOKEN }}"
2222

23-
- uses: mszostok/[email protected].3
23+
- uses: mszostok/[email protected].4
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)