From 3a5698f16c27a91ecda71394f1325c0886dfa075 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 19:48:52 +0000 Subject: [PATCH] Update actions/checkout digest to 8ade135 --- .github/workflows/ci.yml | 2 +- .github/workflows/container_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d98a763..76e3b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Set up Python uses: actions/setup-python@v4 with: diff --git a/.github/workflows/container_build.yml b/.github/workflows/container_build.yml index 100cbe8..e40f0af 100644 --- a/.github/workflows/container_build.yml +++ b/.github/workflows/container_build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Log in to the Container registry uses: docker/login-action@v3