Skip to content

Commit

Permalink
Database: update vulnerable dependency STUD-73256
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-petre committed Jan 10, 2025
1 parent 93fb81f commit 3c57287
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Activities/.pipelines/jobs/stage.build.runtime.tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
parameters:
robotVersion: "23.10.6"
robotVersion: "24.10.8"
studioProjectPath: ""
buildForWindows: true
buildForPortable: true
packageUnderTestName: ''
studioLicense: ""

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

- powershell: |
Expand Down
3 changes: 2 additions & 1 deletion Activities/.pipelines/variables/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ variables:
SolutionsPath: "$(Build.SourcesDirectory)\\Activities"
ToolsPath: "$(Build.SourcesDirectory)\\Activities\\Tools"
TestRunnerVersion: "1.594.543"
TestsStudioVersion: "23.10.6"
TestsStudioVersion: "24.10.8"

3 changes: 3 additions & 0 deletions Activities/Database/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ trigger:
include:
- Activities/Database/*
- Activities/Activities.Database.sln
- Activities/Directory.build.targets
- Activities/Shared/*
- Activities/Tools/*

Expand All @@ -43,6 +44,7 @@ pr:
include:
- Activities/Database/*
- Activities/Activities.Database.sln
- Activities/Directory.build.targets
- Activities/Shared/*
- Activities/Tools/*

Expand Down Expand Up @@ -83,6 +85,7 @@ stages:
buildForWindows: true
buildForPortable: true
packageUnderTestName: 'UiPath.Database.Activities'
studioLicense: $(StudioLicense)

- stage: RunDatabaseRuntimeTestsWindows
displayName: 'Run Database Runtime Tests Windows'
Expand Down
3 changes: 1 addition & 2 deletions Activities/Directory.build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
<PackageReference Update="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Update="System.Formats.Asn1" Version="8.0.1" />

<PackageReference Update="Azure.Identity" Version="1.11.4" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.62.0" />
<PackageReference Update="Azure.Identity" Version="1.13.1" />
</ItemGroup>

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

0 comments on commit 3c57287

Please sign in to comment.