Skip to content

Commit 9b60d9d

Browse files
committed
upgrade actions
1 parent 93f6df8 commit 9b60d9d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6.0.2
1818
- name: checkout node
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6.3.0
2020
with:
2121
node-version: "22"
2222
- run: npm install -g pnpm@latest
@@ -27,9 +27,9 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- name: checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6.0.2
3131
- name: checkout node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6.3.0
3333
with:
3434
node-version: "24"
3535
- run: npm install -g pnpm@latest
@@ -41,11 +41,11 @@ jobs:
4141
env:
4242
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
4343
- name: coveralls.io
44-
uses: coverallsapp/github-action@main
44+
uses: coverallsapp/github-action@v2.3.6
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
4747
- name: sonarcloud.io
48-
uses: sonarsource/sonarqube-scan-action@v6.0.0
48+
uses: sonarsource/sonarqube-scan-action@v7.1.0
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)