From 89df19d5060fd6c61829fad2a733f9c1deeed4b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:08:42 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout in the actions-updates group Bumps the actions-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...08c6903cd8c0fde910a37f88322edcfb5dd907a8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-actions.yaml | 2 +- .github/workflows/ci-chart.yaml | 2 +- .github/workflows/ci-code.yaml | 12 ++++++------ .github/workflows/release.yaml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-actions.yaml b/.github/workflows/ci-actions.yaml index d6b6f84..8ecb3b2 100644 --- a/.github/workflows/ci-actions.yaml +++ b/.github/workflows/ci-actions.yaml @@ -24,7 +24,7 @@ jobs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4 with: persist-credentials: false diff --git a/.github/workflows/ci-chart.yaml b/.github/workflows/ci-chart.yaml index e026ae4..ad04944 100644 --- a/.github/workflows/ci-chart.yaml +++ b/.github/workflows/ci-chart.yaml @@ -21,7 +21,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/ci-code.yaml b/.github/workflows/ci-code.yaml index 4c68cff..bf1f102 100644 --- a/.github/workflows/ci-code.yaml +++ b/.github/workflows/ci-code.yaml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: checkout repository - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.0 with: submodules: recursive persist-credentials: false @@ -47,7 +47,7 @@ jobs: egress-policy: audit - name: checkout repository - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.0 with: submodules: recursive persist-credentials: false @@ -70,7 +70,7 @@ jobs: egress-policy: audit - name: checkout repository - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.0 with: submodules: recursive persist-credentials: false @@ -95,7 +95,7 @@ jobs: egress-policy: audit - name: checkout repository - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.0 with: submodules: recursive persist-credentials: false @@ -125,7 +125,7 @@ jobs: egress-policy: audit - name: checkout repository - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.0 with: submodules: recursive persist-credentials: false @@ -154,7 +154,7 @@ jobs: egress-policy: audit - name: checkout repository - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.0 with: submodules: recursive persist-credentials: false diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb09719..f249907 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: egress-policy: audit - name: 'Checkout repository' - uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb # v4.2.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.0 with: submodules: recursive persist-credentials: false @@ -110,7 +110,7 @@ jobs: egress-policy: audit - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4 with: submodules: recursive persist-credentials: false