Skip to content

Commit

Permalink
Update analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phamleduy04 committed Jun 14, 2024
1 parent 9962317 commit e49646b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Analysis
on:
push:
branches:
- '*'
- 'main'
pull_request:
branches:
- '*'
Expand All @@ -14,7 +14,7 @@ jobs:
name: scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: sonarsource/sonarqube-scan-action@master
Expand Down

0 comments on commit e49646b

Please sign in to comment.