Skip to content

Commit 1993353

Browse files
Merge branch 'develop' into pr-bot/configuration
2 parents 14d3c31 + 0fc7bea commit 1993353

60 files changed

Lines changed: 4529 additions & 1016 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/SAPUI5_Version_Monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout the develop_deploy branch
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v6
1919
with:
2020
ref: develop_deploy
2121

.github/workflows/blackduck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2424

.github/workflows/cfdeploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout repository 📁
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v6
4040
with:
4141
ref: ${{ github.event.inputs.deploy_branch }}
4242

@@ -132,7 +132,7 @@ jobs:
132132

133133
steps:
134134
- name: Checkout repository 📁
135-
uses: actions/checkout@v2
135+
uses: actions/checkout@v6
136136
with:
137137
ref: develop
138138

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Set up JDK 17
3333
uses: actions/setup-java@v4

.github/workflows/gemini-ask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4

.github/workflows/gemini-pr-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v4
2020
with:

.github/workflows/gemini_issues_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4

.github/workflows/internalArticatory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: read
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
with:
2323
ref: ${{ github.event.inputs.deploy_branch }}
2424

.github/workflows/main-build-and-deploy-oss.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ls -lart
2424
shell: bash
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
with:
2828
token: ${{ secrets.GH_TOKEN }}
2929

@@ -34,7 +34,7 @@ jobs:
3434
maven-version: ${{ env.MAVEN_VERSION }}
3535

3636
- name: Upload Changed Artifacts
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v6
3838
with:
3939
name: root-new-version
4040
path: .
@@ -46,7 +46,7 @@ jobs:
4646
needs: update-version
4747
steps:
4848
- name: Download artifact
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@v7
5050
with:
5151
name: root-new-version
5252

@@ -76,7 +76,7 @@ jobs:
7676
7777
7878
- name: Upload Changed Artifacts
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v6
8080
with:
8181
name: root-build
8282
include-hidden-files: true
@@ -89,7 +89,7 @@ jobs:
8989
needs: build
9090
steps:
9191
- name: Download artifact
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v7
9393
with:
9494
name: root-build
9595

.github/workflows/main-build-and-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
#needs: blackduck
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
token: ${{ secrets.GH_TOKEN }}
2323

@@ -28,7 +28,7 @@ jobs:
2828
maven-version: ${{ env.MAVEN_VERSION }}
2929

3030
- name: Upload Changed Artifacts
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: root-new-version
3434
include-hidden-files: true
@@ -40,7 +40,7 @@ jobs:
4040
needs: update-version
4141
steps:
4242
- name: Download artifact
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v7
4444
with:
4545
name: root-new-version
4646

@@ -51,7 +51,7 @@ jobs:
5151
maven-version: ${{ env.MAVEN_VERSION }}
5252

5353
- name: Upload Changed Artifacts
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: root-build
5757
include-hidden-files: true
@@ -64,7 +64,7 @@ jobs:
6464
needs: build
6565
steps:
6666
- name: Download artifact
67-
uses: actions/download-artifact@v4
67+
uses: actions/download-artifact@v7
6868
with:
6969
name: root-build
7070

0 commit comments

Comments
 (0)