Skip to content

Commit 86d9e24

Browse files
committed
Merge remote-tracking branch 'origin/main' into davidkna-sap_rm-pup
* origin/main: chore: Remove node 20 from build matrix (#6662) chore(deps-dev): bump @types/node from 22.19.19 to 22.19.20 (#6660) chore(deps): bump bignumber.js from 11.1.2 to 11.1.3 (#6659) chore(deps): bump github/codeql-action from 4.36.1 to 4.36.2 (#6658) chore(deps): bump rtCamp/action-slack-notify from 2.3.3 to 2.4.0 (#6657) Update dependabot.yml chore(deps): bump semver from 7.8.1 to 7.8.2 (#6656) chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#6649) chore(deps): bump @typescript-eslint/parser from 8.60.0 to 8.60.1 (#6654) chore(deps): bump typescript-eslint from 8.60.0 to 8.60.1 (#6651) chore(deps): bump memfs from 4.57.3 to 4.57.6 (#6655) chore(deps): bump axios from 1.16.1 to 1.17.0 (#6653) chore(deps): bump eslint-plugin-jsdoc from 63.0.0 to 63.0.1 (#6652) chore(deps): bump eslint-import-resolver-typescript from 4.4.4 to 4.4.5 (#6650) chore(deps): bump github/codeql-action from 4.36.0 to 4.36.1 (#6648) chore(deps): bump js-yaml from 4.1.1 to 4.2.0 (#6647) chore(deps): bump eslint-plugin-jsdoc from 62.9.0 to 63.0.0 (#6628)
2 parents cca6e8b + 9140b38 commit 86d9e24

14 files changed

Lines changed: 6887 additions & 6576 deletions

File tree

.github/actions/changesets-fixed-version-bump/index.js

Lines changed: 2149 additions & 2158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/check-public-api/index.js

Lines changed: 2199 additions & 2083 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/merge-and-write-changelogs/index.js

Lines changed: 1941 additions & 1967 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ registries:
33
sap-artifactory:
44
type: npm-registry
55
url: https://common.repositories.cloud.sap/artifactory/api/npm/build.releases.npm/
6-
token: ${{secrets.DBOT_NPM_TOKEN_ARTIFACTORY}}
6+
token: ${{secrets.NPM_TOKEN_ARTIFACTORY}}
77
replaces-base: true
88
updates:
99
- package-ecosystem: npm

.github/workflows/blackduck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
SLACK_COLOR: ${{ job.status }}
4444
SLACK_MSG_AUTHOR: ' '
4545
SLACK_ICON: https://sap.github.io/cloud-sdk/img/logo.png
46-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
46+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2.4.0

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
node-version: [20, 22, 24]
41+
node-version: [22, 24]
4242
steps:
4343
- uses: sap/cloud-sdk-js/.github/actions/setup@main
4444
with:
@@ -60,7 +60,7 @@ jobs:
6060
SLACK_COLOR: ${{ job.status }}
6161
SLACK_MSG_AUTHOR: ' '
6262
SLACK_ICON: https://sap.github.io/cloud-sdk/img/logo.png
63-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
63+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2.4.0
6464

6565
checks:
6666
if: inputs.canary-release-skip-checks == false
@@ -103,7 +103,7 @@ jobs:
103103
SLACK_COLOR: ${{ job.status }}
104104
SLACK_MSG_AUTHOR: ' '
105105
SLACK_ICON: https://sap.github.io/cloud-sdk/img/logo.png
106-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
106+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2.4.0
107107

108108
e2e-tests:
109109
if: inputs.canary-release-skip-checks == false

.github/workflows/check-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: read
1717
steps:
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1919
with:
2020
persist-credentials: false
2121
- name: Collect changed files

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3939
with:
4040
# We must fetch at least the immediate parents so that if this is
4141
# a pull request then we can checkout the head.
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
47+
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
4848
with:
4949
languages: ${{ matrix.language }}
5050
config-file: ./.github/codeql/codeql-config.yml
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
59+
uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 https://git.io/JvXDl
@@ -70,4 +70,4 @@ jobs:
7070
# make release
7171

7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
73+
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2

.github/workflows/fosstars-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1717
with:
1818
persist-credentials: false
1919
- uses: SAP/fosstars-rating-core-action@daf10c3920b53405f6013ee987e7015525fdec30 # v1.14.0
@@ -31,4 +31,4 @@ jobs:
3131
SLACK_COLOR: ${{ job.status }}
3232
SLACK_MSG_AUTHOR: ' '
3333
SLACK_ICON: https://sap.github.io/cloud-sdk/img/logo.png
34-
uses: rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # v2.3.3
34+
uses: rtCamp/action-slack-notify@33ca3be66c6f378fe1610fd1d5258632dbed5e58 # v2.4.0

.github/workflows/gha-security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
actions: read
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
persist-credentials: false
2424

0 commit comments

Comments
 (0)