From 12092e70c242d79989247ebbff61bf66be7efa63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:14:51 +0000 Subject: [PATCH] Update actions/checkout digest to 0ad4b8f --- .github/workflows/ci-check.yml | 2 +- .github/workflows/detekt-analysis.yml | 2 +- .github/workflows/prerelease.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index d73b793..66bbfe9 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -9,7 +9,7 @@ jobs: steps: # ... - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 with: diff --git a/.github/workflows/detekt-analysis.yml b/.github/workflows/detekt-analysis.yml index f8cc2ac..f289721 100644 --- a/.github/workflows/detekt-analysis.yml +++ b/.github/workflows/detekt-analysis.yml @@ -38,7 +38,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 # Gets the download URL associated with the $DETEKT_RELEASE_TAG - name: Get Detekt download URL diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index b00fd34..c38742c 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -12,7 +12,7 @@ jobs: steps: # ... - - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 with: