From db626a4906dc0938f3fbee6809158e59f0efacec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 19:13:40 +0530 Subject: [PATCH] chore(deps): update actions/setup-java digest to 2c7a487 (#46902) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/codesee-diagram.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codesee-diagram.yml b/.github/workflows/codesee-diagram.yml index 542d7f92e7f..1f8b579bc9d 100644 --- a/.github/workflows/codesee-diagram.yml +++ b/.github/workflows/codesee-diagram.yml @@ -30,7 +30,7 @@ jobs: uses: Codesee-io/codesee-detect-languages-action@latest - name: Configure JDK 16 - uses: actions/setup-java@16cca5479d7c6b6843f6a6515640ba33c6501543 # tag=v3 + uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 # tag=v3 if: ${{ fromJSON(steps.detect-languages.outputs.languages).java }} with: java-version: '16'