diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 2e64610..1a653a2 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -14,20 +14,21 @@ on: types: [opened, synchronize, reopened] jobs: - sonarqube: - name: SonarQube - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - with: - # Disabling shallow clones is recommended for improving the relevancy of reporting - fetch-depth: 0 - - - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v6.0.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # FIXME: https://github.com/yonasBSD/github-rs/issues/110 + #sonarqube: + # name: SonarQube + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v6 + # with: + # # Disabling shallow clones is recommended for improving the relevancy of reporting + # fetch-depth: 0 + # + # - name: SonarQube Scan + # uses: sonarsource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} secrets: name: Secrets