Skip to content

Commit

Permalink
Merge pull request #9 from jenkinsci/work
Browse files Browse the repository at this point in the history
Update "plugin" to 4.36 and setup security scanning
  • Loading branch information
NotMyFault committed Feb 22, 2022
1 parent 4d5d7f9 commit 586b0ec
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 19 deletions.
2 changes: 0 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
_extends: .github
tag-template: $NEXT_PATCH_VERSION
version-template: $MAJOR.$MINOR.$PATCH
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v2.5.0
with:
distribution: 'adopt'
java-version: 8
distribution: 'temurin'
java-version: 11
- name: Release
uses: jenkins-infra/jenkins-maven-cd-action@v1.2.0
with:
Expand Down
15 changes: 15 additions & 0 deletions .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Jenkins Security Scan
on:
push:
branches:
- master
pull_request:
types: [ opened, synchronize, reopened ]
workflow_dispatch:

jobs:
security-scan:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v1
with:
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
java-version: 11 # What version of Java to set up for the build.
14 changes: 0 additions & 14 deletions .github/workflows/release-drafter.yml

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.35</version>
<version>4.36</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 586b0ec

Please sign in to comment.