Skip to content

Commit

Permalink
fix sonar git checkout unsafe workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder committed Mar 26, 2024
1 parent b8142f4 commit a462098
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
echo
env
- name: "Add workspace as a safe directory in containers"
run: git config --system --add safe.directory $GITHUB_WORKSPACE
- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit a462098

Please sign in to comment.