Skip to content

Commit

Permalink
chore: update dependency azure.identity to 1.11.4 [security] (#2559)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
hkfgo and renovate[bot] authored Oct 28, 2024
1 parent 3ba8545 commit 3adfb62
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/templates-build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
context: ./src/
file: ./src/${{ inputs.project_name }}/Dockerfile.linux
tags: ${{ env.image_commit_uri }},${{ env.image_latest_uri }}
push: true
push: true
2 changes: 1 addition & 1 deletion build/azure-devops/agents-ci-discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pr:
- master
paths:
include:
- src/*
- src/**
- config/promitor/*
- build/azure-devops/templates/*
- build/azure-devops/agents-ci-discovery.yml
Expand Down
4 changes: 2 additions & 2 deletions build/azure-devops/agents-ci-scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pr:
- master
paths:
include:
- src/*
- src/**
- config/promitor/*
- build/azure-devops/templates/*
- build/azure-devops/agents-ci-scraper.yml
Expand Down Expand Up @@ -277,4 +277,4 @@ stages:
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- template: templates/docker/push-image.yml
parameters:
imageName: '$(Image.TaggedName)'
imageName: '$(Image.TaggedName)'
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ public async Task Invoke(HttpContext httpContext)
await _next(httpContext);
}
}
}
}
2 changes: 1 addition & 1 deletion src/Promitor.Core/Promitor.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Azure.Monitor.Query" Version="1.4.0" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Guard.Net" Version="3.0.0" />
<PackageReference Include="Humanizer" Version="2.14.1" />
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<ItemGroup>
<PackageReference Include="Guard.NET" Version="3.0.0" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.38.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Monitor.Query" Version="1.3.1" />
<PackageReference Include="Guard.Net" Version="3.0.0" />
<PackageReference Include="Microsoft.Azure.Management.ResourceManager.Fluent" Version="1.38.1" />
Expand Down

0 comments on commit 3adfb62

Please sign in to comment.