From c6899514a02cdab547361c1396de373a974abb35 Mon Sep 17 00:00:00 2001 From: "ospk8s-renovate[bot]" <296544045+ospk8s-renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 05:42:25 +0000 Subject: [PATCH] [18-stable] Update actions/checkout digest to 3d3c42e --- .github/workflows/lints.yaml | 2 +- .github/workflows/release-keystone-operator.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lints.yaml b/.github/workflows/lints.yaml index c6eb8b9c..ad0bbecd 100644 --- a/.github/workflows/lints.yaml +++ b/.github/workflows/lints.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: check for replace lines in go.mod files run: | ! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace' diff --git a/.github/workflows/release-keystone-operator.yaml b/.github/workflows/release-keystone-operator.yaml index edae2629..f06ab07a 100644 --- a/.github/workflows/release-keystone-operator.yaml +++ b/.github/workflows/release-keystone-operator.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Tag image uses: tinact/docker.image-retag@684702232e2a3c29b4e5ca25d7d80f927d255c64 # 1.0.3