From 7767bb91ef4ddd503d688d5f48020bd44c0b96c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:03:53 +0000 Subject: [PATCH] Update actions/checkout digest to 3d3c42e --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- .github/workflows/renovate_release.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d5bca1..eb1a455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: packages: write pull-requests: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Build container uses: infrabits/ci-pack@c72247fc9ba1598090115c1d099e5c779b8bc79c # main @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest needs: [build-container] steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Start container run: | @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-latest needs: [build-container, test-container] steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Extract artifacts run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bbd379..de74a66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: packages: write pull-requests: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Build container uses: infrabits/ci-pack@c72247fc9ba1598090115c1d099e5c779b8bc79c # main @@ -27,7 +27,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Extract artifacts run: | diff --git a/.github/workflows/renovate_release.yml b/.github/workflows/renovate_release.yml index 66ac569..c3495a8 100644 --- a/.github/workflows/renovate_release.yml +++ b/.github/workflows/renovate_release.yml @@ -19,7 +19,7 @@ jobs: packages: write pull-requests: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Build container uses: infrabits/ci-pack@c72247fc9ba1598090115c1d099e5c779b8bc79c # main @@ -36,7 +36,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Extract artifacts run: |