File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Repo
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 1
2121
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 name : build-lint-test - node ${{ matrix.node_version }}
1616 steps :
1717 - name : Check out Git repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v6
1919
2020 - name : Set up Node.js
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v6
2222 with :
2323 node-version : ${{ matrix.node_version }}
2424
2525 - name : Get yarn cache
26- uses : actions/cache@v3
26+ uses : actions/cache@v5
2727 id : yarn-cache
2828 with :
2929 path : |
5555 npx nyc report --reporter=lcov --temp-dir ./coverage
5656
5757 - name : Upload coverage file
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : coverage-report
6161 path : ./coverage/lcov.info
@@ -68,12 +68,12 @@ jobs:
6868 runs-on : ubuntu-latest
6969 steps :
7070 - name : Check out Git repository
71- uses : actions/checkout@v4
71+ uses : actions/checkout@v6
7272 with :
7373 fetch-depth : 0
7474
7575 - name : Download coverage file
76- uses : actions/download-artifact@v4
76+ uses : actions/download-artifact@v7
7777 with :
7878 name : coverage-report
7979
8686 run : ls -lah ./coverage/lcov.info
8787
8888 - name : SonarCloud Scan
89- uses : SonarSource/sonarqube-scan-action@v5
89+ uses : SonarSource/sonarqube-scan-action@v7
9090 with :
9191 args : >
9292 -Dsonar.projectVersion=${{ github.run_id }}
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 id-token : write
1616 steps :
1717 - name : Check out Git repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v6
1919
2020 - name : Set up Node.js
21- uses : actions/setup-node@v3
21+ uses : actions/setup-node@v6
2222 with :
2323 node-version : 24
2424
2525 - name : Get yarn cache
26- uses : actions/cache@v3
26+ uses : actions/cache@v5
2727 id : yarn-cache
2828 with :
2929 path : |
You can’t perform that action at this time.
0 commit comments