Skip to content

Commit 194221d

Browse files
committed
Merge remote-tracking branch 'origin/main' into dependabot/npm_and_yarn/main/eslint-plugin-jsdoc-61.0.1
* origin/main: (37 commits) chore(deps): bump winston from 3.18.2 to 3.18.3 (#6102) chore(deps-dev): bump jest from 30.0.5 to 30.2.0 (#6089) chore(deps-dev): bump turbo from 2.5.8 to 2.6.1 (#6155) chore(deps-dev): bump @types/node from 22.18.13 to 22.19.1 (#6154) chore(deps-dev): bump cross-env from 10.0.0 to 10.1.0 (#6094) chore(deps): bump fast-xml-parser from 5.3.0 to 5.3.1 (#6150) chore(deps): bump SAP/project-piper-action from 1.23.0 to 1.23.1 (#6151) chore(deps): bump @typescript-eslint/parser from 8.46.2 to 8.46.3 (#6149) chore(deps): bump @eslint/js from 9.38.0 to 9.39.0 (#6148) chore(deps-dev): bump @sap/cds-dk from 9.4.2 to 9.4.3 (#6147) chore(deps): bump tar from 7.5.1 to 7.5.2 (#6146) chore(deps-dev): bump puppeteer from 24.26.1 to 24.27.0 (#6145) chore(deps-dev): bump @types/node from 22.18.12 to 22.18.13 (#6144) chore(deps): bump @sap/xssec from 4.10.0 to 4.11.0 (#6139) chore(deps): bump SAP/project-piper-action from 1.22.6 to 1.23.0 (#6138) chore(deps-dev): bump @sap/cds-dk from 9.4.1 to 9.4.2 (#6137) chore(deps-dev): bump puppeteer from 24.26.0 to 24.26.1 (#6135) chore(deps-dev): bump @types/node from 22.18.10 to 22.18.12 (#6134) chore(deps): bump typescript-eslint from 8.46.1 to 8.46.2 (#6133) chore(deps): bump @eslint/js from 9.37.0 to 9.38.0 (#6132) ...
2 parents 5dddedd + b37958b commit 194221d

File tree

39 files changed

+729
-759
lines changed

39 files changed

+729
-759
lines changed

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/auto-dependabot-fix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.event.pull_request.head.ref }}
1515
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}
1616
- run: git fetch --depth=1
17-
- uses: actions/setup-node@v5
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version: 22
2020
cache: 'yarn'

.github/workflows/auto-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: ${{ github.event.pull_request.head.ref }}
1515
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}
1616
- run: git fetch --depth=1
17-
- uses: actions/setup-node@v5
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version: 22
2020
cache: 'yarn'

.github/workflows/blackduck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- run: git fetch --depth=1
15-
- uses: actions/setup-node@v5
15+
- uses: actions/setup-node@v6
1616
with:
1717
node-version: 22
1818
cache: 'yarn'
1919
- run: yarn install --frozen-lockfile --ignore-engines
2020
- run: sudo apt-get install jq
2121
- run: echo "project_version=$(cat package.json | jq '.version' | tr -d '"')" >> $GITHUB_ENV
2222
- name: Blackduck Scan
23-
uses: SAP/project-piper-action@ca48370543326759ffae83317559b3c0b59705fe
23+
uses: SAP/project-piper-action@143ff7e5a8cbcf9eb50eb83185031d00be6bc4e8
2424
with:
2525
command: detectExecuteScan
2626
flags: \

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v5
3131
- run: git fetch --depth=1
32-
- uses: actions/setup-node@v5
32+
- uses: actions/setup-node@v6
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
cache: 'yarn'
@@ -60,12 +60,12 @@ jobs:
6060
steps:
6161
- uses: actions/checkout@v5
6262
- run: git fetch --depth=1
63-
- uses: actions/setup-node@v5
63+
- uses: actions/setup-node@v6
6464
with:
6565
node-version: 22
6666
cache: 'yarn'
6767
- name: REUSE Compliance Check
68-
uses: fsfe/reuse-action@v5
68+
uses: fsfe/reuse-action@v6
6969
- run: yarn install --frozen-lockfile --ignore-engines
7070
- run: yarn lint
7171
name: Static Code Check
@@ -105,7 +105,7 @@ jobs:
105105
steps:
106106
- uses: actions/checkout@v5
107107
- run: git fetch --depth=1
108-
- uses: actions/setup-node@v5
108+
- uses: actions/setup-node@v6
109109
with:
110110
node-version: 22
111111
cache: 'yarn'
@@ -172,7 +172,7 @@ jobs:
172172
steps:
173173
- uses: actions/checkout@v5
174174
- run: git fetch --depth=1
175-
- uses: actions/setup-node@v5
175+
- uses: actions/setup-node@v6
176176
with:
177177
node-version: 22
178178
cache: 'yarn'
@@ -196,7 +196,7 @@ jobs:
196196
steps:
197197
- uses: actions/checkout@v5
198198
- run: git fetch --depth=1
199-
- uses: actions/setup-node@v5
199+
- uses: actions/setup-node@v6
200200
with:
201201
node-version: 22
202202
cache: 'yarn'

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}
1717
ref: 'main'
1818

19-
- uses: actions/setup-node@v5
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 22
2222
cache: 'yarn'

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v3
41+
uses: github/codeql-action/init@v4
4242
with:
4343
languages: ${{ matrix.language }}
4444
config-file: ./.github/codeql/codeql-config.yml
@@ -50,7 +50,7 @@ jobs:
5050
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5151
# If this step fails, then you should remove it and run the build manually (see below)
5252
- name: Autobuild
53-
uses: github/codeql-action/autobuild@v3
53+
uses: github/codeql-action/autobuild@v4
5454

5555
# ℹ️ Command-line programs to run using the OS shell.
5656
# 📚 https://git.io/JvXDl
@@ -64,4 +64,4 @@ jobs:
6464
# make release
6565

6666
- name: Perform CodeQL Analysis
67-
uses: github/codeql-action/analyze@v3
67+
uses: github/codeql-action/analyze@v4

.github/workflows/downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v5
1313
- run: git fetch --depth=1
14-
- uses: actions/setup-node@v5
14+
- uses: actions/setup-node@v6
1515
with:
1616
node-version: 22
1717
cache: 'yarn'

.github/workflows/memory-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v5
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: 22
1616
cache: 'yarn'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
with:
1313
ref: 'main'
14-
- uses: actions/setup-node@v5
14+
- uses: actions/setup-node@v6
1515
with:
1616
node-version: 22
1717
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)