Skip to content

Commit e295469

Browse files
committed
ci: update workflow
1 parent c5fe884 commit e295469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
node-version: [22.x, 23.x, 24.x]
1111
steps:
1212
- name: Check out repository code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Use Node.js ${{ matrix.node-version }}
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v5
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
cache: 'npm'
@@ -28,7 +28,7 @@ jobs:
2828
uses: codecov/codecov-action@v5
2929
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '24.x' }}
3030
- name: SonarQube Scan
31-
uses: SonarSource/sonarqube-scan-action@v4
31+
uses: SonarSource/sonarqube-scan-action@v6
3232
env:
3333
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3434
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '24.x' }}

0 commit comments

Comments
 (0)