From 43b33deededc3cdbef2cb20a142cf87125269980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:55:30 +0000 Subject: [PATCH] Bump actions/labeler in /.github/workflows Bumps [actions/labeler](https://github.com/actions/labeler) from 77a4082b841706ac431479b7e2bb11216ffef250 to e52e4fb63ed5cd0e07abaad9826b2a893ccb921f. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/77a4082b841706ac431479b7e2bb11216ffef250...e52e4fb63ed5cd0e07abaad9826b2a893ccb921f) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: e52e4fb63ed5cd0e07abaad9826b2a893ccb921f 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..cecda35 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@e52e4fb63ed5cd0e07abaad9826b2a893ccb921f # Pinned SHA with: repo-token: "${{ secrets.LABELER_TOKEN }}"