diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1d1cc7..d29ef9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,4 @@ +--- version: 2 updates: - package-ecosystem: "maven" diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0d0b1c9..60f2822 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1 +1,2 @@ +--- _extends: .github diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 0279984..02fa25e 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -1,5 +1,5 @@ # Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins - +--- name: cd on: workflow_dispatch: diff --git a/.github/workflows/jenkins-security-scan.yml b/.github/workflows/jenkins-security-scan.yml index e7dea53..5da3f6d 100644 --- a/.github/workflows/jenkins-security-scan.yml +++ b/.github/workflows/jenkins-security-scan.yml @@ -1,10 +1,11 @@ +--- name: Jenkins Security Scan on: push: branches: - "main" pull_request: - types: [ opened, synchronize, reopened ] + types: [opened, synchronize, reopened] workflow_dispatch: permissions: @@ -16,5 +17,5 @@ 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: 17 # What version of Java to set up for the build. + java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate. + java-version: 17 # What version of Java to set up for the build.