From 15bab92fa29dc6406d26641de794f95e634b3bef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:44:04 +0000 Subject: [PATCH] Update actions/checkout digest to 692973e --- .github/workflows/daily-standings.yml | 2 +- .github/workflows/gradle.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/daily-standings.yml b/.github/workflows/daily-standings.yml index ced65cc..bd9cffd 100644 --- a/.github/workflows/daily-standings.yml +++ b/.github/workflows/daily-standings.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up JDK ${{ matrix.java-version }} uses: actions/setup-java@v4 diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f46fd42..fbbdcbc 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Set up JDK ${{ matrix.java-version }} uses: actions/setup-java@v4