From 2bdadc8f5b98a678c18290f03e357bba25abbfa9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:17:14 +0000 Subject: [PATCH] Update actions/checkout digest to 8ade135 --- .github/workflows/app-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/app-build.yaml b/.github/workflows/app-build.yaml index fc2c69d..be1921b 100644 --- a/.github/workflows/app-build.yaml +++ b/.github/workflows/app-build.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Setup Java uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3 with: