From 5f9162aaa7abec1068171cc4050a9afbea060891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 10:22:47 +0000 Subject: [PATCH 1/2] build(deps): bump github.com/microsoft/go-infra in /eng/_util Bumps [github.com/microsoft/go-infra](https://github.com/microsoft/go-infra) from 0.0.14 to 0.0.15. - [Release notes](https://github.com/microsoft/go-infra/releases) - [Commits](https://github.com/microsoft/go-infra/compare/v0.0.14...v0.0.15) --- updated-dependencies: - dependency-name: github.com/microsoft/go-infra dependency-version: 0.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eng/_util/go.mod | 4 ++-- eng/_util/go.sum | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/_util/go.mod b/eng/_util/go.mod index 2f9a7e2f8e..868098e75c 100644 --- a/eng/_util/go.mod +++ b/eng/_util/go.mod @@ -8,7 +8,7 @@ go 1.25.0 require ( github.com/golang-jwt/jwt/v5 v5.3.1 - github.com/microsoft/go-infra v0.0.14 + github.com/microsoft/go-infra v0.0.15 github.com/microsoft/go-infra/goinstallscript v1.2.0 golang.org/x/net v0.56.0 ) @@ -27,7 +27,7 @@ require ( github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/shopspring/decimal v1.4.0 // indirect github.com/spf13/cast v1.7.0 // indirect - go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect + go.yaml.in/yaml/v4 v4.0.0-rc.6 // indirect golang.org/x/crypto v0.53.0 // indirect golang.org/x/oauth2 v0.36.0 // indirect golang.org/x/text v0.38.0 // indirect diff --git a/eng/_util/go.sum b/eng/_util/go.sum index a7831731a7..3bcdb0d34e 100644 --- a/eng/_util/go.sum +++ b/eng/_util/go.sum @@ -31,8 +31,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5 h1:YH424zrwLTlyHSH/GzLMJeu5zhYVZSx5RQxGKm1h96s= github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5/go.mod h1:PoGiBqKSQK1vIfQ+yVaFcGjDySHvym6FM1cNYnwzbrY= -github.com/microsoft/go-infra v0.0.14 h1:JfMAEtUWk2sAKNyYirdph8BoKrjCKlt/vMloBy70rtg= -github.com/microsoft/go-infra v0.0.14/go.mod h1:+NF5K79FJNpFKRPX7J9g9tZ2NFZa9dM751xWPpF3IgY= +github.com/microsoft/go-infra v0.0.15 h1:bPtiDDI2EtySdRNQQm06YtIt3WzH9/CFDT1fHXHZJa4= +github.com/microsoft/go-infra v0.0.15/go.mod h1:tdhbvHuPI5qgFL06MTxVp+dNIg8tbdbkt7/w1qelYO8= github.com/microsoft/go-infra/goinstallscript v1.2.0 h1:ArYnZHsmv0jnpeDZdFACBUxSmhmYl+Vof8sfk19aYZI= github.com/microsoft/go-infra/goinstallscript v1.2.0/go.mod h1:SFsdKAEHdmGsGoh8FkksVaxoQ3rnnJ/TBqN09Ml/0Cw= github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw= @@ -49,8 +49,8 @@ github.com/spf13/cast v1.7.0 h1:ntdiHjuueXFgm5nzDRdOS4yfT43P5Fnud6DH50rz/7w= github.com/spf13/cast v1.7.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo= github.com/stretchr/testify v1.5.1 h1:nOGnQDM7FYENwehXlg/kFVnos3rEvtKTjRvOWSzb6H4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -go.yaml.in/yaml/v4 v4.0.0-rc.4 h1:UP4+v6fFrBIb1l934bDl//mmnoIZEDK0idg1+AIvX5U= -go.yaml.in/yaml/v4 v4.0.0-rc.4/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0= +go.yaml.in/yaml/v4 v4.0.0-rc.6 h1:1h7H1ohdUh93/FyE4YaDa1Zh64K6VVbjF4K6WUxMtH4= +go.yaml.in/yaml/v4 v4.0.0-rc.6/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0= golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto= golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio= golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o= @@ -59,8 +59,8 @@ golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs= golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q= golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE= golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4= -golang.org/x/tools v0.45.0 h1:18qN3FAooORvApf5XjCXgsuayZOEtXf6JK18I3+ONa8= -golang.org/x/tools v0.45.0/go.mod h1:LuUGqqaXcXMEFEruIVJVm5mgDD8vww/z/SR1gQ4uE/0= +golang.org/x/tools v0.47.0 h1:7Kn5x/d1svx/PzryTsqeoZN4TZwqeH5pGWjefhLi/1Q= +golang.org/x/tools v0.47.0/go.mod h1:dFHnyTvFWY212G+h7ZY4Vsp/K3U4/7W9TyVaAul8uCA= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v2 v2.3.0 h1:clyUAQHOM3G0M3f5vQj7LuJrETvjVot3Z5el9nffUtU= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= From 76c11cbbb7bff08a0858602955824076074d586b Mon Sep 17 00:00:00 2001 From: George Adams Date: Tue, 7 Jul 2026 14:10:45 +0100 Subject: [PATCH 2/2] run pipelineymlgen --- .../rolling-internal-validation-pipeline-unofficial.yml | 3 ++- eng/pipeline/rolling-internal-validation-pipeline.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/eng/pipeline/rolling-internal-validation-pipeline-unofficial.yml b/eng/pipeline/rolling-internal-validation-pipeline-unofficial.yml index d9e63ea609..34373e11b5 100644 --- a/eng/pipeline/rolling-internal-validation-pipeline-unofficial.yml +++ b/eng/pipeline/rolling-internal-validation-pipeline-unofficial.yml @@ -16,7 +16,8 @@ parameters: type: boolean default: true - name: disableTSA - displayName: '[Debug input] Disable TSA reporting. Use to try modifications in dev branches.' + displayName: '[Debug input] Disable TSA reporting. Use to try modifications in + dev branches.' type: boolean default: true trigger: none diff --git a/eng/pipeline/rolling-internal-validation-pipeline.yml b/eng/pipeline/rolling-internal-validation-pipeline.yml index cc16fe8cc0..8d056c8a73 100644 --- a/eng/pipeline/rolling-internal-validation-pipeline.yml +++ b/eng/pipeline/rolling-internal-validation-pipeline.yml @@ -16,7 +16,8 @@ parameters: type: boolean default: false - name: disableTSA - displayName: '[Debug input] Disable TSA reporting. Use to try modifications in dev branches.' + displayName: '[Debug input] Disable TSA reporting. Use to try modifications in + dev branches.' type: boolean default: false trigger: none