Skip to content

Commit 99fcc90

Browse files
authored
Merge branch 'master' into SECURITY-771/Fix-test-logic
2 parents 44ffd25 + 13e3fb4 commit 99fcc90

File tree

152 files changed

+2679
-1457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+2679
-1457
lines changed

.github/FUNDING.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!-- Comment:
2+
!!! ⚠️ IMPORTANT ⚠️ !!!
3+
Do not remove any of the sections below, even if they are not applicable to your change. The sections are used by the
4+
changelog generator and other tools to extract information about the change. If a section is not applicable,
5+
leave as is. Carefully read the instructions in each section and provide the necessary information.
6+
7+
Pull requests that do not follow the template might be closed without further review.
8+
-->
9+
110
<!-- Comment:
211
A great PR typically begins with the line below.
312
Replace <issue-number> with the issue number.

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,9 @@
9797
"datasourceTemplate": "maven"
9898
}
9999
],
100+
"lockFileMaintenance": {
101+
"enabled": true,
102+
"automerge": false
103+
},
100104
"labels": ["dependencies", "skip-changelog"]
101105
}

.github/workflows/announce-lts-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
discourse-author-username: jenkins-release-bot
1818
discourse-category: 23
1919
- name: Post on mailing list
20-
uses: dawidd6/action-send-mail@afe978662944c6805dd197bac88b27acb0bda55a # v8
20+
uses: dawidd6/action-send-mail@ba302ba66e88942841281c984a6b31ca6d6289e6 # v11
2121
with:
2222
server_address: smtp.gmail.com
2323
server_port: 465

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
GITHUB_AUTH: github-actions:${{ secrets.GITHUB_TOKEN }}
3737
- name: Upload Changelog YAML
38-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
38+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3939
with:
4040
name: changelog.yaml
4141
path: changelog.yaml

.github/workflows/publish-release-artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Set up JDK 21
21-
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 #v 5.0.0
21+
uses: actions/setup-java@1d018f9b8b9b505bb578a83b230fabcce01af93b #v 5.0.0
2222
with:
2323
distribution: "temurin"
2424
java-version: 21

.stylelintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ module.exports = {
1717
"number-max-precision": 5,
1818
"no-duplicate-selectors": null,
1919
"hue-degree-notation": "number",
20+
"scss/operator-no-newline-after": null,
2021
},
2122
};

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ axes.values().combinations {
7171
}
7272
int retryCount = 0
7373
retry(conditions: [kubernetesAgent(handleNonKubernetes: true), nonresumable()], count: 2) {
74-
if (retryCount == 1 && platform == 'windows' ) {
74+
if (retryCount == 1) {
7575
agentContainerLabel = agentContainerLabel + '-nonspot'
7676
}
7777
// Increment before allocating the node in case it fails

ath.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -o xtrace
66
cd "$(dirname "$0")"
77

88
# https://github.com/jenkinsci/acceptance-test-harness/releases
9-
export ATH_VERSION=6535.v65db_170d2a_03
9+
export ATH_VERSION=6587.v2a_7493c89346
1010

1111
if [[ $# -eq 0 ]]; then
1212
export JDK=21

bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ THE SOFTWARE.
3838
<description>The module contains dependencies that are used by a specific Jenkins version</description>
3939

4040
<properties>
41-
<commons-fileupload2.version>2.0.0-M4</commons-fileupload2.version>
41+
<commons-fileupload2.version>2.0.0-M5</commons-fileupload2.version>
4242
<groovy.version>2.4.21</groovy.version>
4343
<jelly.version>1.1-jenkins-20250731</jelly.version>
44-
<stapler.version>2072.ve00de895a_40c</stapler.version>
44+
<stapler.version>2076.v1b_a_c12445eb_e</stapler.version>
4545
</properties>
4646

4747
<dependencyManagement>
@@ -63,15 +63,15 @@ THE SOFTWARE.
6363
<dependency>
6464
<groupId>org.springframework</groupId>
6565
<artifactId>spring-framework-bom</artifactId>
66-
<version>6.2.15</version>
66+
<version>6.2.16</version>
6767
<type>pom</type>
6868
<scope>import</scope>
6969
</dependency>
7070
<dependency>
7171
<!-- https://docs.spring.io/spring-security/reference/6.3/getting-spring-security.html#getting-maven-no-boot -->
7272
<groupId>org.springframework.security</groupId>
7373
<artifactId>spring-security-bom</artifactId>
74-
<version>6.5.7</version>
74+
<version>6.5.8</version>
7575
<type>pom</type>
7676
<scope>import</scope>
7777
</dependency>

0 commit comments

Comments
 (0)