Skip to content

Commit 68e0872

Browse files
authored
Merge origin/main into dependabot/maven/junit-dependencies-ebd0fc1dfe
2 parents 976809b + 3c15f16 commit 68e0872

10 files changed

Lines changed: 405 additions & 267 deletions

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ extends:
2121
parameters:
2222
pool:
2323
name: Azure-Pipelines-1ESPT-ExDShared
24+
image: ubuntu-latest
2425
os: linux
2526
sdl:
2627
sourceAnalysisPool:
@@ -42,13 +43,21 @@ extends:
4243
- checkout: self
4344
submodules: recursive
4445

45-
- task: JavaToolInstaller@0
46-
displayName: Set up Java
46+
- script: |
47+
sed -i "/mavenCentral()/d" build.gradle
48+
sed -i "/gradlePluginPortal()/d" settings.gradle
49+
sed -i "/mavenCentral()/d" settings.gradle
50+
displayName: Strip plugins and public repos for network-isolated build
51+
52+
- task: Gradle@4
53+
displayName: Build and Test SDK
4754
inputs:
48-
versionSpec: '17'
55+
gradleWrapperFile: 'gradlew'
56+
workingDirectory: '$(Build.SourcesDirectory)'
57+
tasks: 'assemble test'
58+
options: '--no-daemon -PGraphDeveloperExperiencesPublicPassword=$(ARTIFACTS_PAT)'
59+
publishJUnitResults: true
60+
testResultsFiles: '**/TEST-*.xml'
61+
javaHomeOption: 'JDKVersion'
62+
jdkVersionOption: '1.17'
4963
jdkArchitectureOption: 'x64'
50-
jdkSourceOption: 'PreInstalled'
51-
52-
- script: chmod +x gradlew && ./gradlew assemble
53-
displayName: Build SDK
54-
workingDirectory: $(Build.SourcesDirectory)

.config/1espt/PipelineAutobaseliningConfig.yml

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,30 @@ pipelines:
77
credscan:
88
lastModifiedDate: 2025-06-20
99
eslint:
10-
lastModifiedDate: 2025-06-20
10+
lastModifiedDate: 2026-05-15
1111
psscriptanalyzer:
12-
lastModifiedDate: 2025-06-20
12+
lastModifiedDate: 2026-05-15
1313
armory:
14-
lastModifiedDate: 2025-06-20
14+
lastModifiedDate: 2026-05-15
1515
accessibilityinsights:
1616
lastModifiedDate: 2025-06-20
1717
binary:
1818
credscan:
1919
lastModifiedDate: 2025-06-20
2020
binskim:
21-
lastModifiedDate: 2025-06-20
21+
lastModifiedDate: 2026-05-15
2222
spotbugs:
23-
lastModifiedDate: 2025-06-20
23+
lastModifiedDate: 2026-05-15
24+
687:
25+
retail:
26+
source:
27+
credscan:
28+
lastModifiedDate: 2026-05-27
29+
policheck:
30+
lastModifiedDate: 2026-05-27
31+
eslint:
32+
lastModifiedDate: 2026-05-27
33+
armory:
34+
lastModifiedDate: 2026-05-27
35+
accessibilityinsights:
36+
lastModifiedDate: 2026-05-27

0 commit comments

Comments
 (0)