Compare commits

..

2 Commits

Author SHA1 Message Date
d2185e6d30 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 31s
Lint / Lint (pull_request) Successful in 26s
2025-02-06 15:01:43 +00:00
eaf7fe11ed Delete .gitea/workflows/sonarqube.yml
All checks were successful
Lint / Lint (push) Successful in 29s
2025-02-04 17:05:44 +01:00
3 changed files with 5 additions and 38 deletions

View File

@ -1,33 +0,0 @@
on:
push:
branches:
- main
- dev
- "!renovate/**"
pull_request:
types: [opened, synchronize, reopened]
name: SonarQube Scan
jobs:
sonarqube:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- name: Checking out
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4.2.1
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
# Check the Quality Gate status.
- name: SonarQube Quality Gate check
uses: sonarsource/sonarqube-quality-gate-action@master
timeout-minutes: 2
env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}

8
package-lock.json generated
View File

@ -30,7 +30,7 @@
"eslint": "8.57.1",
"eslint-config-next": "15.1.6",
"postcss": "8.5.1",
"tailwindcss": "4.0.3",
"tailwindcss": "4.0.4",
"turbo": "2.4.0",
"typescript": "5.7.3"
}
@ -7243,9 +7243,9 @@
}
},
"node_modules/tailwindcss": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.3.tgz",
"integrity": "sha512-ImmZF0Lon5RrQpsEAKGxRvHwCvMgSC4XVlFRqmbzTEDb/3wvin9zfEZrMwgsa3yqBbPqahYcVI6lulM2S7IZAA==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.4.tgz",
"integrity": "sha512-/ezDLEkOLf1lXkr9F2iI5BHJbexJpty5zkV2B8bGHCqAdbc9vk85Jgdkq+ZOvNkNPa3yAaqJ8DjRt584Bc84kw==",
"license": "MIT"
},
"node_modules/tailwindcss-animate": {

View File

@ -31,7 +31,7 @@
"eslint": "8.57.1",
"eslint-config-next": "15.1.6",
"postcss": "8.5.1",
"tailwindcss": "4.0.3",
"tailwindcss": "4.0.4",
"turbo": "2.4.0",
"typescript": "5.7.3"
},