From a230b8ec57f881dd478faacdc7db39ed80231b99 Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:40:10 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.2 --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 6 +++--- .github/workflows/sync-deps.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 183cfb8eb..c42071aa1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: steps: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Go # https://github.com/actions/setup-go/releases/tag/v5.0.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 77bfaa44a..73598440d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: steps: - name : Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # https://github.com/actions/checkout/releases/tag/v4.1.1 - name: Setup Go @@ -66,7 +66,7 @@ jobs: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: package-helm run: ./scripts/package-helm @@ -113,7 +113,7 @@ jobs: steps: - name : Checkout repository # https://github.com/actions/checkout/releases/tag/v4.1.1 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Download the artifacts uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 diff --git a/.github/workflows/sync-deps.yaml b/.github/workflows/sync-deps.yaml index 248491ab0..5695f2020 100644 --- a/.github/workflows/sync-deps.yaml +++ b/.github/workflows/sync-deps.yaml @@ -42,7 +42,7 @@ jobs: webhook - name : Checkout webhook repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: "${{ env.WEBHOOK_REF }}" path: webhook @@ -51,7 +51,7 @@ jobs: persist-credentials: true - name : Checkout rancher repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: "${{ github.event.inputs.rancher_repository }}" ref: "${{ env.RANCHER_REF }}"