From 4a38fb08e4a02e125264e86e88e5e260daf04eb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:48:48 +0000 Subject: [PATCH] Update actions/checkout digest to b4ffde6 --- .github/workflows/hub-description.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hub-description.yaml b/.github/workflows/hub-description.yaml index c8498db..142a616 100644 --- a/.github/workflows/hub-description.yaml +++ b/.github/workflows/hub-description.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Docker Hub Description uses: peter-evans/dockerhub-description@v3 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c1d3f01..fe22718 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Lint uses: hadolint/hadolint-action@v3.1.0 with: