Skip to content

Commit 9106532

Browse files
authored
Merge branch 'main' into dependabot/nuget/PipelinesToActions/PipelinesToActions/AzurePipelinesToGitHubActionsConverter.Core-1.3.47
2 parents 6667503 + 0480005 commit 9106532

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
with:
1414
fetch-depth: 0 #fetch-depth is needed for GitVersion
1515
- name: Install GitVersion #Install and calculate the new version with GitVersion
16-
uses: gittools/actions/gitversion/setup@v3.0.0
16+
uses: gittools/actions/gitversion/setup@v3.1.11
1717
with:
1818
versionSpec: 5.x
1919
- name: Determine Version
20-
uses: gittools/actions/gitversion/execute@v3.0.0
20+
uses: gittools/actions/gitversion/execute@v3.1.11
2121
id: gitversion # step id used as reference for output values
2222
- name: Display GitVersion outputs
2323
run: |
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
creds: ${{ secrets.AZURE_SP }}
8383
- name: Download webapp artifact #Download the artifacts from GitHub
84-
uses: actions/download-artifact@v4.1.8
84+
uses: actions/download-artifact@v4.1.9
8585
with:
8686
name: webapp
8787
path: webapp

PipelinesToActions/PipelinesToActions/PipelinesToActionsWeb.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="AzurePipelinesToGitHubActionsConverter.Core" Version="1.3.47" />
12-
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
12+
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.23.0" />
1313
<PackageReference Include="Microsoft.ApplicationInsights.SnapshotCollector" Version="1.4.6" />
1414
</ItemGroup>
1515

0 commit comments

Comments
 (0)