From 2adbc9db187046661ee8c191a2f686557f7a64d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:05:56 +0000 Subject: [PATCH] chore(deps): bump agilepathway/label-checker from 1.6.41 to 1.6.44 Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.6.41 to 1.6.44. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.6.41...v1.6.44) --- 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.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 7649a2f..af01515 100644 --- a/.github/workflows/scan-pull-request.yml +++ b/.github/workflows/scan-pull-request.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: false steps: - - uses: agilepathway/label-checker@v1.6.41 + - uses: agilepathway/label-checker@v1.6.44 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.envGH }}