Skip to content

Commit

Permalink
Change default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
sikanderakbarali committed Feb 19, 2024
1 parent 4d83989 commit b34af53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down

0 comments on commit b34af53

Please sign in to comment.