File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 SONAR_ORGANIZATION : ${{ secrets.SONAR_ORGANIZATION }}
2020 SONAR_PROJECT_KEY : ${{ secrets.SONAR_PROJECT_KEY}}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up JDK 21
2424 uses : actions/setup-java@v3
2525 with :
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 steps :
3232 - name : Clone Repository
3333 if : ${{ github.event.inputs.checkout-ref == 'default' }}
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 - name : " Clone Repository, Ref: ${{ github.event.inputs.checkout-ref }}"
3636 if : ${{ github.event.inputs.checkout-ref != 'default' }}
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838 with :
3939 ref : ${{ github.event.inputs.checkout-ref }}
4040 - name : Set up JDK 21
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
3131 steps :
3232 - name : Clone Repository
3333 if : ${{ github.event.inputs.checkout-ref == 'default' }}
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 - name : " Clone Repository, Ref: ${{ github.event.inputs.checkout-ref }}"
3636 if : ${{ github.event.inputs.checkout-ref != 'default' }}
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v6
3838 with :
3939 ref : ${{ github.event.inputs.checkout-ref }}
4040 - name : Set up JDK 21
Original file line number Diff line number Diff line change 2121 shell : bash
2222 steps :
2323 - name : Clone Repository
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 - name : Set up JDK 21
2626 uses : actions/setup-java@v3
2727 with :
You can’t perform that action at this time.
0 commit comments