File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments