Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go work sync fix #1980

Merged
merged 19 commits into from
Feb 6, 2024
Prev Previous commit
Next Next commit
perm
  • Loading branch information
trajan0x committed Feb 5, 2024
commit 58189209be837d1f708f7bc0c0a61cc31ce1b9fe
4 changes: 4 additions & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
Expand Down
Loading