Skip to content

Commit ec22a9e

Browse files
authored
[Misc] Workflow: action versions updated (#106)
Update to the latest version.
1 parent 5fbd3ab commit ec22a9e

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
matrix:
1919
node-version: [lts/*, lts/-1]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- run: npm i -g @sap/cds-dk
@@ -35,10 +35,10 @@ jobs:
3535
environment: build
3636
steps:
3737
- name: Check out code for Sonar Analysis
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939
with:
4040
fetch-depth: 0
41-
- uses: actions/setup-node@v4
41+
- uses: actions/setup-node@v6
4242
with:
4343
node-version: lts/*
4444
- name: run coverage tests
@@ -47,6 +47,6 @@ jobs:
4747
npm i
4848
npm run test-coverage-lcov
4949
- name: SonarCloud Scan
50-
uses: SonarSource/sonarcloud-github-action@master
50+
uses: SonarSource/sonarqube-scan-action@v8
5151
env:
5252
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
environment: npm
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v4
15+
- uses: actions/checkout@v6
16+
- uses: actions/setup-node@v6
1717
with:
1818
node-version: 24
1919
registry-url: https://registry.npmjs.org/
@@ -24,10 +24,10 @@ jobs:
2424
npm run test
2525
- name: get version
2626
id: package-version
27-
uses: martinbeentjes/npm-get-version-action@v1.2.3
27+
uses: martinbeentjes/npm-get-version-action@v1.3.1
2828
- name: parse changelog
2929
id: parse-changelog
30-
uses: schwma/parse-changelog-action@v1.0.0
30+
uses: schwma/parse-changelog-action@v1.2.0
3131
with:
3232
version: '${{ steps.package-version.outputs.current-version }}'
3333
- name: create a GitHub release

0 commit comments

Comments
 (0)