From 0aa417ba4459d6cd16cf5179f0782002395ddc19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:48:24 +0000 Subject: [PATCH] Bump lcollins/spotbugs-github-action from 3.0.0 to 3.1.0 Bumps [lcollins/spotbugs-github-action](https://github.com/lcollins/spotbugs-github-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/lcollins/spotbugs-github-action/releases) - [Commits](https://github.com/lcollins/spotbugs-github-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: lcollins/spotbugs-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 160e86d..117a643 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -46,7 +46,7 @@ jobs: run: gradle integrationTest - name: SpotBugs Report - uses: lcollins/spotbugs-github-action@v3.0.0 + uses: lcollins/spotbugs-github-action@v3.1.0 with: path: 'build/reports/spotbugs/main.xml'