File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 using : composite
1414 steps :
1515 - name : Set up Java ${{ inputs.java-version }}
16- uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
16+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
1717 with :
1818 distribution : sapmachine
1919 java-version : ${{ inputs.java-version }}
Original file line number Diff line number Diff line change 1919 using : composite
2020 steps :
2121 - name : Set up Java ${{ inputs.java-version }}
22- uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
22+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
2323 with :
2424 java-version : ${{ inputs.java-version }}
2525 distribution : sapmachine
5757 shell : bash
5858
5959 - name : Create Pull Request
60- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
60+ uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
6161 with :
6262 commit-message : chore/release-${{ inputs.new-version }}
6363 title : " chore(version): version ${{ inputs.new-version }}"
Original file line number Diff line number Diff line change 2828 using : composite
2929 steps :
3030 - name : Set up Java
31- uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
31+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
3232 with :
3333 distribution : sapmachine
3434 java-version : ${{ inputs.java-version }}
Original file line number Diff line number Diff line change 2020 using : composite
2121 steps :
2222 - name : Set up Java ${{ inputs.java-version }}
23- uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
23+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
2424 with :
2525 java-version : ${{ inputs.java-version }}
2626 distribution : sapmachine
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Set up Java ${{inputs.java-version}}
23- uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
23+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
2424 with :
2525 java-version : ${{inputs.java-version}}
2626 distribution : sapmachine
Original file line number Diff line number Diff line change 2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
27+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2828 - name : Scan With Black Duck
2929 uses : ./.github/actions/scan-with-blackduck
3030 with :
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818 runs-on : ubuntu-latest
1919 strategy :
2020 matrix :
21- java-version : [17, 21 ]
21+ java-version : ["17.0.18", "21.0.9" ]
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 - name : Build
2626 uses : ./.github/actions/build
2727 with :
2828 java-version : ${{ matrix.java-version }}
2929 maven-version : ${{ env.MAVEN_VERSION }}
3030 - name : Sonar Scan
3131 uses : ./.github/actions/scan-with-sonar
32- if : matrix.java-version == 21
32+ if : matrix.java-version == '21.0.9'
3333 with :
3434 java-version : 21
3535 maven-version : ${{ env.MAVEN_VERSION }}
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
24+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525 with :
2626 token : ${{ secrets.GH_TOKEN }}
2727 - name : Update version
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2020 - name : Build
2121 uses : ./.github/actions/build
2222 with :
2323 java-version : ${{ env.JAVA_VERSION }}
2424 maven-version : ${{ env.MAVEN_VERSION }}
2525 - name : Upload Changed Artifacts
26- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
26+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2727 with :
2828 name : root-build
2929 include-hidden-files : true
3636 needs : [build]
3737 steps :
3838 - name : Download artifact
39- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
39+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
4040 with :
4141 name : root-build
4242 - name : Deploy
Original file line number Diff line number Diff line change 3333 dockerImage : " "
3434 options :
3535 - sonar.qualitygate.wait=true
36- - sonar.java.source=17
36+ - sonar.java.source=21
3737 - sonar.sources=cds-feature-console/src/main/java
3838 - sonar.exclusions=**/node_modules/**,**/target/**
3939 - sonar.coverage.jacoco.xmlReportPaths=cds-feature-console/target/site/jacoco/jacoco.xml
You can’t perform that action at this time.
0 commit comments