ci: update actions
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2024-11-12 16:32:34 +01:00
parent f4f210f105
commit f662df3f11
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -44,7 +44,7 @@ jobs:
php-version: '8.2' php-version: '8.2'
tools: composer tools: composer
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v3 uses: actions/setup-node@v4
with: with:
node-version: '22' node-version: '22'
- name: Install - name: Install
@ -65,7 +65,7 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Analyze with SonarCloud - name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master uses: sonarsource/sonarcloud-github-action@v3
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}