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