From b98f86f84602cb85ff6924256ed8fe6ba1fe9963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 21:51:46 +0000 Subject: [PATCH] Update actions/checkout digest to 44c2b7a --- .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 66bbfe9..2b9da77 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -9,7 +9,7 @@ jobs: steps: # ... - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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 f289721..e8e87a4 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # 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 c38742c..4e45552 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -12,7 +12,7 @@ jobs: steps: # ... - - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4 - name: Set up JDK 17 uses: actions/setup-java@v4 with: