Skip to content

Commit

Permalink
chore: update Sonar Analysis code checkout in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap committed Jun 28, 2024
1 parent c8a0c71 commit 76f11e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check out code for Sonar Analysis
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 76f11e0

Please sign in to comment.