From 46ff072a96e754be023228d16a3e99df5fc9c78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 00:15:56 +0000 Subject: [PATCH] Bump the microsoft-go-infra group with 2 updates Bumps the microsoft-go-infra group with 2 updates: [microsoft/go-infra/.github/workflows/classify-pull-request.yml](https://github.com/microsoft/go-infra) and [microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml](https://github.com/microsoft/go-infra). Updates `microsoft/go-infra/.github/workflows/classify-pull-request.yml` from b0f24e8652f16600c4aa1cc97f4141242404c7ad to 07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb - [Release notes](https://github.com/microsoft/go-infra/releases) - [Commits](https://github.com/microsoft/go-infra/compare/b0f24e8652f16600c4aa1cc97f4141242404c7ad...07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb) Updates `microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml` from b0f24e8652f16600c4aa1cc97f4141242404c7ad to 07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb - [Release notes](https://github.com/microsoft/go-infra/releases) - [Commits](https://github.com/microsoft/go-infra/compare/b0f24e8652f16600c4aa1cc97f4141242404c7ad...07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb) --- updated-dependencies: - dependency-name: microsoft/go-infra/.github/workflows/classify-pull-request.yml dependency-version: 07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb dependency-type: direct:production dependency-group: microsoft-go-infra - dependency-name: microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml dependency-version: 07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb dependency-type: direct:production dependency-group: microsoft-go-infra ... Signed-off-by: dependabot[bot] --- .github/workflows/classify-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/classify-pull-request.yml b/.github/workflows/classify-pull-request.yml index 1a993878..109901c0 100644 --- a/.github/workflows/classify-pull-request.yml +++ b/.github/workflows/classify-pull-request.yml @@ -24,7 +24,7 @@ concurrency: jobs: classify-size-area: - uses: microsoft/go-infra/.github/workflows/classify-pull-request.yml@b0f24e8652f16600c4aa1cc97f4141242404c7ad + uses: microsoft/go-infra/.github/workflows/classify-pull-request.yml@07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb permissions: contents: read issues: write @@ -55,7 +55,7 @@ jobs: classify-kind: if: github.event_name != 'workflow_dispatch' || github.event.inputs.pr-number != '0' needs: classify-size-area - uses: microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml@b0f24e8652f16600c4aa1cc97f4141242404c7ad + uses: microsoft/go-infra/.github/workflows/classify-pull-request-kind.lock.yml@07f3d56aea0a36460ca1e4a7171d3d9693f9fdfb secrets: inherit permissions: actions: read