From f662df3f111ca4a016c007a59571de916c1b9f9f Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Tue, 12 Nov 2024 16:32:34 +0100 Subject: [PATCH] ci: update actions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a932be7..680c9c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: php-version: '8.2' tools: composer - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: '22' - name: Install @@ -65,7 +65,7 @@ jobs: with: fetch-depth: 0 - name: Analyze with SonarCloud - uses: sonarsource/sonarcloud-github-action@master + uses: sonarsource/sonarcloud-github-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}