From 2391d2a4023718123f4ec9e936a2d2e3b8e86d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 05:09:33 +0000 Subject: [PATCH] build(deps): bump agilepathway/label-checker from 1.6.45 to 1.6.46 Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.6.45 to 1.6.46. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.6.45...v1.6.46) --- updated-dependencies: - dependency-name: agilepathway/label-checker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scan-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-pull-request.yaml b/.github/workflows/scan-pull-request.yaml index eaf5da1..f3bcb9f 100644 --- a/.github/workflows/scan-pull-request.yaml +++ b/.github/workflows/scan-pull-request.yaml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: false steps: - - uses: agilepathway/label-checker@v1.6.45 + - uses: agilepathway/label-checker@v1.6.46 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}