From f81ebb47cd62bb401cfed997237cff34fdd4a734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:01:19 +0000 Subject: [PATCH] chore(deps): bump gradle/gradle-build-action from 2.4.2 to 3.5.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 3.5.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/2.4.2...v3.5.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/veracode.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/veracode.yaml b/.github/workflows/veracode.yaml index 5194e52e..8b96aec9 100644 --- a/.github/workflows/veracode.yaml +++ b/.github/workflows/veracode.yaml @@ -64,7 +64,7 @@ jobs: java-version: '17' - name: Build with Gradle - uses: gradle/gradle-build-action@2.4.2 + uses: gradle/gradle-build-action@v3.5.0 with: arguments: build