From 3e740d8092ae0650dcb148c305bde9f05e610630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:05:21 +0000 Subject: [PATCH] build(deps): bump agilepathway/label-checker from 1.1.2 to 1.6.65 Bumps [agilepathway/label-checker](https://github.com/agilepathway/label-checker) from 1.1.2 to 1.6.65. - [Release notes](https://github.com/agilepathway/label-checker/releases) - [Commits](https://github.com/agilepathway/label-checker/compare/v1.1.2...v1.6.65) --- updated-dependencies: - dependency-name: agilepathway/label-checker dependency-type: direct:production update-type: version-update:semver-minor ... 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 11e17a903f4..bb96beaee72 100644 --- a/.github/workflows/scan-pull-request.yaml +++ b/.github/workflows/scan-pull-request.yaml @@ -38,7 +38,7 @@ jobs: continue-on-error: false steps: - uses: actions/checkout@v3 - - uses: agilepathway/label-checker@v1.1.2 + - uses: agilepathway/label-checker@v1.6.65 with: any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring repo_token: ${{ secrets.GITHUB_TOKEN }}