From ed05288c74a98b50fd8592ae96e71671d5d617f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:55:55 +0100 Subject: [PATCH] build(deps): bump agilepathway/label-checker from 1.6.7 to 1.6.9 (#147) Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.6.7 to 1.6.9. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.6.7...v1.6.9) --- updated-dependencies: - dependency-name: agilepathway/label-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/scan-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-pull-request.yml b/.github/workflows/scan-pull-request.yml index 4175ac06..7ddea226 100644 --- a/.github/workflows/scan-pull-request.yml +++ b/.github/workflows/scan-pull-request.yml @@ -28,7 +28,7 @@ jobs: continue-on-error: false steps: - uses: actions/checkout@v4 - - uses: agilepathway/label-checker@v1.6.7 + - uses: agilepathway/label-checker@v1.6.9 with: any_of: api,bug,build,dependencies,documentation,enhancement,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}