-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the nuget group across 7 directories with 1 update #8608
Bump the nuget group across 7 directories with 1 update #8608
Conversation
Bumps the nuget group with 1 update in the /src/dotnet/APIView/APIViewWeb directory: Azure.Identity. Bumps the nuget group with 1 update in the /tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore directory: Azure.Identity. Bumps the nuget group with 1 update in the /tools/identity-resolution directory: Azure.Identity. Bumps the nuget group with 1 update in the /tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator directory: Azure.Identity. Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.AccessManagement directory: Azure.Identity. Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Azure directory: Azure.Identity. Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Stores.AzureActiveDirectory directory: Azure.Identity. Updates `Azure.Identity` from 1.11.0 to 1.11.4 Updates `Azure.Identity` from 1.11.3 to 1.11.4 Updates `Azure.Identity` from 1.11.0 to 1.11.4 Updates `Azure.Identity` from 1.11.3 to 1.11.4 Updates `Azure.Identity` from 1.11.0 to 1.11.4 Updates `Azure.Identity` from 1.11.0 to 1.11.4 Updates `Azure.Identity` from 1.11.0 to 1.11.4 --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget - dependency-name: Azure.Identity dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] <support@github.com>
@hallipr it looks like your change to global.json impacted some of the other CI builds like Apiview. We should either move those forward or figure out how to fix these. What I don't understand is why some like apiview are failing but not others I suspect it is because they are targeting .NET 7. @chidozieononiwu do you think we can update apiview to .net 8? |
Created PR #8619 to update net7 to net8 |
The windows agent only has 8.0.302 on the machine so lowering the version.
Turns out it was an issue with the version of .NET SDK which wasn't on the windows agents. |
Bumps the nuget group with 1 update in the /src/dotnet/APIView/APIViewWeb directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/github-team-user-store/GitHubTeamUserStore/GitHubTeamUserStore directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/identity-resolution directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/pipeline-generator/Azure.Sdk.Tools.PipelineGenerator directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.AccessManagement directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Azure directory: Azure.Identity.
Bumps the nuget group with 1 update in the /tools/secret-management/Azure.Sdk.Tools.SecretRotation.Stores.AzureActiveDirectory directory: Azure.Identity.
Updates
Azure.Identity
from 1.11.0 to 1.11.4Updates
Azure.Identity
from 1.11.3 to 1.11.4Updates
Azure.Identity
from 1.11.0 to 1.11.4Updates
Azure.Identity
from 1.11.3 to 1.11.4Updates
Azure.Identity
from 1.11.0 to 1.11.4Updates
Azure.Identity
from 1.11.0 to 1.11.4Updates
Azure.Identity
from 1.11.0 to 1.11.4Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.