From f83e4f351687b076de4fe3633700579a9b2c30c9 Mon Sep 17 00:00:00 2001 From: Steve Hill <107283246+sghill-rewrite@users.noreply.github.com> Date: Mon, 5 Aug 2024 18:16:23 -0700 Subject: [PATCH 1/5] Modernize to Jenkins 2.440.3 (#868) Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.jenkins.ModernizePlugin?organizationId=MGEyZWY1M2UtOTE4Mi00NmZlLThlNjAtMjczMjUzOTcxZThk Co-authored-by: Moderne --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2bbcf42c4..f5b3c6c9a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.81 + 4.86 @@ -28,7 +28,7 @@ 999999-SNAPSHOT jenkinsci/bitbucket-branch-source-plugin - 2.401.3 + 2.440.3 2.0 true @@ -63,8 +63,8 @@ io.jenkins.tools.bom - bom-2.401.x - 2745.vc7b_fe4c876fa_ + bom-2.440.x + 3221.ve8f7b_fdd149d import pom From 7e1db537589ca37aac627f785c3d3962f27ba9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:36:38 -0700 Subject: [PATCH 2/5] Bump io.jenkins.tools.incrementals:git-changelist-maven-extension (#845) Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.7 to 1.8. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.7...parent-1.8) --- updated-dependencies: - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 1f3636409..4e0774d51 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.7 + 1.8 From 86d28e81093f6ba23e22749469100dbc49d46b47 Mon Sep 17 00:00:00 2001 From: strangelookingnerd <49242855+strangelookingnerd@users.noreply.github.com> Date: Tue, 6 Aug 2024 19:18:54 +0200 Subject: [PATCH 3/5] Enable Jenkins Security Scan (#857) --- .github/workflows/jenkins-security-scan.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/jenkins-security-scan.yml diff --git a/.github/workflows/jenkins-security-scan.yml b/.github/workflows/jenkins-security-scan.yml new file mode 100644 index 000000000..c7b41fc29 --- /dev/null +++ b/.github/workflows/jenkins-security-scan.yml @@ -0,0 +1,21 @@ +name: Jenkins Security Scan + +on: + push: + branches: + - master + pull_request: + types: [ opened, synchronize, reopened ] + workflow_dispatch: + +permissions: + security-events: write + contents: read + actions: read + +jobs: + security-scan: + uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2 + with: + java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate. + # java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default. From 650f1ee25fcb50d3949658f9f58a9053f5886a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:53:13 +0000 Subject: [PATCH 4/5] Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.17.0 (#854) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f5b3c6c9a..1eea02797 100644 --- a/pom.xml +++ b/pom.xml @@ -181,7 +181,7 @@ com.puppycrawl.tools checkstyle - 10.15.0 + 10.17.0 From 6cde189c190d7040c7382a6e3dc04ef42a809a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:11:28 +0000 Subject: [PATCH 5/5] Bump org.apache.maven.plugins:maven-checkstyle-plugin (#856) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1eea02797..c1634fa32 100644 --- a/pom.xml +++ b/pom.xml @@ -176,7 +176,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + 3.4.0 com.puppycrawl.tools