Skip to content

Commit dcae5e0

Browse files
Database: update vulnerable dependency STUD-73256
1 parent e71db29 commit dcae5e0

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Activities/.pipelines/jobs/stage.build.runtime.tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
parameters:
2-
robotVersion: "23.10.6"
2+
robotVersion: "24.10.8"
33
studioProjectPath: ""
44
buildForWindows: true
55
buildForPortable: true
66
packageUnderTestName: ''
7+
studioLicense: ""
78

89
jobs:
910
- job: "BuildRuntimeTests"
@@ -21,7 +22,7 @@ jobs:
2122
parameters:
2223
installType: 'machine'
2324
studioVersion: ${{ parameters.robotVersion }}
24-
license: "7445-1270-1408-6250"
25+
license: $(studioLicense)
2526
studioCustomNugetFeeds: 'UiPath-Internal,https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Internal/nuget/v3/index.json'
2627

2728
- powershell: |

Activities/.pipelines/variables/variables.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ variables:
66
SolutionsPath: "$(Build.SourcesDirectory)\\Activities"
77
ToolsPath: "$(Build.SourcesDirectory)\\Activities\\Tools"
88
TestRunnerVersion: "1.594.543"
9-
TestsStudioVersion: "23.10.6"
9+
TestsStudioVersion: "24.10.8"
10+

Activities/Database/azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ trigger:
2929
include:
3030
- Activities/Database/*
3131
- Activities/Activities.Database.sln
32+
- Activities/Directory.build.targets
3233
- Activities/Shared/*
3334
- Activities/Tools/*
3435

@@ -43,6 +44,7 @@ pr:
4344
include:
4445
- Activities/Database/*
4546
- Activities/Activities.Database.sln
47+
- Activities/Directory.build.targets
4648
- Activities/Shared/*
4749
- Activities/Tools/*
4850

@@ -83,6 +85,7 @@ stages:
8385
buildForWindows: true
8486
buildForPortable: true
8587
packageUnderTestName: 'UiPath.Database.Activities'
88+
studioLicense: $(StudioLicense)
8689

8790
- stage: RunDatabaseRuntimeTestsWindows
8891
displayName: 'Run Database Runtime Tests Windows'

Activities/Directory.build.targets

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
<PackageReference Update="System.Text.RegularExpressions" Version="4.3.1" />
3838
<PackageReference Update="System.Formats.Asn1" Version="8.0.1" />
3939

40-
<PackageReference Update="Azure.Identity" Version="1.11.4" />
41-
<PackageReference Update="Microsoft.Identity.Client" Version="4.62.0" />
40+
<PackageReference Update="Azure.Identity" Version="1.13.1" />
4241
</ItemGroup>
4342

4443
<!-- the None element is used for keeping files visible in solution explorer -->

0 commit comments

Comments
 (0)