diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a32d62e..10e1af7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - run: npm ci - run: npm run build:production - name: Sonar analysis - uses: sonarsource/sonarcloud-github-action@main + uses: sonarsource/sonarcloud-github-action@master with: projectBaseDir: . env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 874a4e8..7dfbce5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - run: npm run lint - run: npm test - name: Depcheck - uses: dependency-check/Dependency-Check_Action@main + uses: dependency-check/Dependency-Check_Action@master id: Depcheck with: project: 'user-feedback-form' @@ -37,7 +37,7 @@ jobs: name: Depcheck report path: ${{github.workspace}}/reports - name: Sonar analysis - uses: sonarsource/sonarcloud-github-action@main + uses: sonarsource/sonarcloud-github-action@master with: projectBaseDir: . env: