From b34af53d4320147107ac189057f80f1f53291942 Mon Sep 17 00:00:00 2001 From: Sikander Akbar Ali Date: Mon, 19 Feb 2024 16:00:32 +0000 Subject: [PATCH] Change default branch to main --- .github/workflows/deploy.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: