diff --git a/.github/workflows/spotbugs-analysis.yml b/.github/workflows/spotbugs-analysis.yml index a7742ae8e17..5ccdab2ee28 100644 --- a/.github/workflows/spotbugs-analysis.yml +++ b/.github/workflows/spotbugs-analysis.yml @@ -35,6 +35,9 @@ jobs: with: path: spotbugs-josm.xml - - uses: jwgmeligmeyling/spotbugs-github-action@master - with: - path: '**/spotbugs-josm.xml' + # Disable step, always failing with error message + # TypeError: Cannot read property 'sourcepath' of undefined + # see https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/15 + #- uses: jwgmeligmeyling/spotbugs-github-action@master + # with: + # path: '**/spotbugs-josm.xml'