mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 20:17:22 +08:00
⬆️ Bump actions/checkout from 4.2.2 to 5.0.0 (#36098)
Bumps [actions/checkout](https://github.com/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](11bd71901b...08c6903cd8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 5.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/cd-pipeline.yml
vendored
6
.github/workflows/cd-pipeline.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
result: ${{ steps.get-chart.outputs.result }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
path: charts
|
||||
fetch-depth: 2 # to be able to obtain files changed in the latest commit
|
||||
@@ -72,7 +72,7 @@ jobs:
|
||||
CSP_API_TOKEN: ${{ secrets.CSP_API_TOKEN }}
|
||||
VIB_PUBLIC_URL: ${{ vars.VIB_PUBLIC_URL }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
name: Checkout Repository
|
||||
with:
|
||||
path: charts
|
||||
@@ -101,7 +101,7 @@ jobs:
|
||||
with:
|
||||
path: ~/artifacts
|
||||
# If we perform a checkout of the main branch, we will find conflicts with the submodules
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
ref: 'deprecated-index'
|
||||
path: 'deprecated-index'
|
||||
|
||||
10
.github/workflows/ci-pipeline.yml
vendored
10
.github/workflows/ci-pipeline.yml
vendored
@@ -97,7 +97,7 @@ jobs:
|
||||
if: needs.get-chart.outputs.result == 'ok'
|
||||
steps:
|
||||
- name: Checkout bitnami/charts
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
@@ -174,14 +174,14 @@ jobs:
|
||||
if: needs.get-chart.outputs.result == 'ok'
|
||||
steps:
|
||||
- name: Checkout bitnami/charts
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
token: ${{ secrets.BITNAMI_BOT_TOKEN }}
|
||||
path: charts
|
||||
- name: Clone upstream bitnami/charts repository
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
path: upstream-charts
|
||||
- name: Setup git configuration
|
||||
@@ -483,7 +483,7 @@ jobs:
|
||||
threshold: ${{ steps.set-output.outputs.threshold }}
|
||||
if: needs.get-chart.outputs.result == 'ok'
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
name: Checkout 'main' branch
|
||||
with:
|
||||
path: charts-main
|
||||
@@ -559,7 +559,7 @@ jobs:
|
||||
)
|
||||
name: VIB Verify
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
name: Checkout Repository
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
2
.github/workflows/index-monitor.yml
vendored
2
.github/workflows/index-monitor.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
result: ${{ steps.integrity-check.outputs.result }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
ref: 'index'
|
||||
- name: Check index integrity
|
||||
|
||||
4
.github/workflows/index-update.yml
vendored
4
.github/workflows/index-update.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
steps:
|
||||
- id: checkout-repo
|
||||
name: Checkout repo
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
ref: index
|
||||
path: index
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
curl -SsLfO "https://get.helm.sh/${HELM_TARBALL}" && sudo tar xf "$HELM_TARBALL" --strip-components 1 -C /usr/local/bin
|
||||
# Install file plugin
|
||||
helm plugin add https://github.com/zoobab/helm_file_repo
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
ref: 'index'
|
||||
path: index
|
||||
|
||||
2
.github/workflows/license-headers.yml
vendored
2
.github/workflows/license-headers.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
name: Checkout Repository
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
2
.github/workflows/markdown-linter.yml
vendored
2
.github/workflows/markdown-linter.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Install mardownlint
|
||||
run: npm install -g markdownlint-cli@0.33.0
|
||||
- name: Checkout project
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
- name: Execute markdownlint
|
||||
env:
|
||||
DIFF_URL: "${{github.event.pull_request.diff_url}}"
|
||||
|
||||
4
.github/workflows/push-tag.yml
vendored
4
.github/workflows/push-tag.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
result: ${{ steps.get-chart.outputs.result }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
path: charts
|
||||
fetch-depth: 2 # to be able to obtain files changed in the latest commit
|
||||
@@ -69,7 +69,7 @@ jobs:
|
||||
name: Push tag
|
||||
if: ${{ needs.get-chart.outputs.result == 'ok' }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
with:
|
||||
path: charts
|
||||
fetch-depth: 2 # to be able to obtain files changed in the latest commit
|
||||
|
||||
2
.github/workflows/values-ascii-check.yml
vendored
2
.github/workflows/values-ascii-check.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
contents: read
|
||||
steps:
|
||||
- name: Checkout project
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
|
||||
- name: Values ASCII validator
|
||||
env:
|
||||
DIFF_URL: "${{github.event.pull_request.diff_url}}"
|
||||
|
||||
Reference in New Issue
Block a user