From 05f769aae63ebf410ce0bef967a964e2eea8cf6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:06:02 +0000 Subject: [PATCH] Update actions/checkout digest to df4cb1c --- .github/workflows/main_flow.yaml | 4 ++-- .github/workflows/release_flow.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_flow.yaml b/.github/workflows/main_flow.yaml index b7b7942..fb0528e 100644 --- a/.github/workflows/main_flow.yaml +++ b/.github/workflows/main_flow.yaml @@ -14,7 +14,7 @@ jobs: name: PyTest Framework - Python runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Set up Python 3.14 uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: @@ -40,7 +40,7 @@ jobs: name: Build, Test, & Publish Development Docker Image runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Build image from Dockerfile run: docker build -t docker.io/crystalenvt/movarr:${{ github.sha }} . diff --git a/.github/workflows/release_flow.yaml b/.github/workflows/release_flow.yaml index 41c66cf..27248f3 100644 --- a/.github/workflows/release_flow.yaml +++ b/.github/workflows/release_flow.yaml @@ -14,7 +14,7 @@ jobs: id-token: write steps: - name: Check out the repo - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Log in to Docker Hub uses: docker/login-action@ba754150c9dbbaa912ae0ac3cfba43f84195cef2