Skip to content

Commit bc64a7c

Browse files
dependabot[bot]Zaiidmoa-elkhiraooui-ciscode
authored
chore(deps): bump SonarSource/sonarqube-scan-action from 6.0.0 to 7.0.0 (#3)
* Develop (#2) * refactored * updated Readme file * chore: updated package name * chore: complete package standardization - Add copilot-instructions.md for developer guidance - Add vitest.config.ts for testing configuration - Add husky pre-commit and pre-push hooks - Align with standardized frontend package structure * fix: correct package name in copilot instructions - Update package name reference from @ciscode/ui-translate-core to @ciscode/ui-translate-kit - Align with actual package.json configuration - Ensure consistency across all documentation * chore: standardize npm scripts (lint, format, typecheck, test, build, clean, verify, prepublishOnly) * chore: Standardize ESLint and Prettier configs with best practices - use .prettierrc.json * fix: Add missing ESLint and Prettier dev dependencies * fix: Export Trans from react-i18next instead of I18nProvider * chore: Fix package.json exports order and ensure all tests/lint/typecheck pass --------- Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com> * chore(deps): bump SonarSource/sonarqube-scan-action from 6.0.0 to 7.0.0 Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@fd88b7d...a31c939) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Zaiid Moumni <141942826+Zaiidmo@users.noreply.github.com> Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eafe979 commit bc64a7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: SonarCloud Scan
6767
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.sonar == 'true' }}
68-
uses: SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6
68+
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
6969
env:
7070
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7171
SONAR_HOST_URL: ${{ env.SONAR_HOST_URL }}

0 commit comments

Comments
 (0)