From a03faf445bddfec8800f2d706608cebf0912b6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:22:11 +0000 Subject: [PATCH] Bump gradle/actions from 4.1.0 to 4.2.2 Bumps [gradle/actions](https://github.com/gradle/actions) from 4.1.0 to 4.2.2. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/d156388eb19639ec20ade50009f3d199ce1e2808...0bdd871935719febd78681f197cd39af5b6e16a6) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk.yml | 2 +- .github/workflows/sonarcloud.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index fa532920c3d..bcfafd77296 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -41,7 +41,7 @@ jobs: java-version: "17" distribution: "temurin" cache: "gradle" - - uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 + - uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 - name: Snyk Monitor working-directory: ${{ matrix.folder }} run: snyk monitor --org=prime-reportstream diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index fa9c8b9f2be..710d9f76bf6 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -70,7 +70,7 @@ jobs: - name: Gradle setup if: steps.changed-files-yaml.outputs.backend_any_changed == 'true' || steps.branch-name.outputs.is_default == 'true' - uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 + uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 - name: Spin up build containers if: steps.changed-files-yaml.outputs.backend_any_changed == 'true' || steps.branch-name.outputs.is_default == 'true'