diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f043f05..c532bc7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -62,7 +62,7 @@ jobs: path: '**/build/reports/**/*.xml' - name: Publish spotbugs report if: always() - uses: jwgmeligmeyling/spotbugs-github-action@master + uses: jcollins/spotbugs-github-action@v3.1.0 with: name: Spotbugs Report-(${{ matrix.spring_boot_version }}) path: '**/build/reports/**/*.xml'