From e53eba0175c1a4743be8d90ea0caedbab54b95be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 21:56:03 +0000 Subject: [PATCH] Bump actions/labeler in /.github/workflows Bumps [actions/labeler](https://github.com/actions/labeler) from 77a4082b841706ac431479b7e2bb11216ffef250 to f27b608878404679385c85cfa523b85ccb86e213. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/77a4082b841706ac431479b7e2bb11216ffef250...f27b608878404679385c85cfa523b85ccb86e213) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: f27b608878404679385c85cfa523b85ccb86e213 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index bdcd93e..985ac25 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,6 @@ jobs: pull-requests: write # Only give it exactly what it needs to label runs-on: ubuntu-latest steps: - - uses: actions/labeler@77a4082b841706ac431479b7e2bb11216ffef250 # Pinned SHA + - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # Pinned SHA with: repo-token: "${{ secrets.LABELER_TOKEN }}"