Skip to content

Commit

Permalink
Merge branch 'next' into vite
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Dec 5, 2023
2 parents 7f3ed1b + d932d6b commit e250f68
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: SonarQube

on:
push:
branches:
- develop
pull_request:
types: [opened, synchronize, reopened]

jobs:
build:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@processmaker/vue-form-elements",
"version": "0.49.3",
"version": "0.49.4",
"description": "Reusable VueJS Based Form Elements styled with Bootstrap 4",
"scripts": {
"dev": "vite",
Expand Down
1 change: 1 addition & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.projectKey=ProcessMaker_vue-form-elements_AYq6DI0RxYvY_isvKwQi

0 comments on commit e250f68

Please sign in to comment.