From 8de60dd289e836a80da94ca14af9e480efad99f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:02:47 +0000 Subject: [PATCH] ci(tools): update actions/checkout digest to b4ffde6 --- .github/workflows/binaries.yml | 2 +- .github/workflows/changes.yml | 6 +++--- .github/workflows/docker.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/general.yml | 2 +- .github/workflows/kustomize.yml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 80eaf93..73f761a 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang diff --git a/.github/workflows/changes.yml b/.github/workflows/changes.yml index 79fc334..954ce82 100644 --- a/.github/workflows/changes.yml +++ b/.github/workflows/changes.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} @@ -75,7 +75,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }} diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b8bd780..9a4b05c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang @@ -132,7 +132,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Hub tags id: hubTags @@ -210,7 +210,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Hub readme id: hub diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0904414..4d6a962 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup hugo id: hugo diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index c224d0c..301b0e0 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Setup golang id: golang diff --git a/.github/workflows/kustomize.yml b/.github/workflows/kustomize.yml index 1aebbf9..bd063ad 100644 --- a/.github/workflows/kustomize.yml +++ b/.github/workflows/kustomize.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout source id: source - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: token: ${{ secrets.BOT_ACCESS_TOKEN }}