mirror of
https://github.com/bitnami/charts.git
synced 2026-03-27 15:27:10 +08:00
⬆️ Bump actions/checkout from 6.0.0 to 6.0.1 (#36402)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1af3b93b68...8e8c483db8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
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:
4
.github/workflows/ci-update.yml
vendored
4
.github/workflows/ci-update.yml
vendored
@@ -42,14 +42,14 @@ jobs:
|
|||||||
if: needs.get-chart.outputs.result == 'ok'
|
if: needs.get-chart.outputs.result == 'ok'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bitnami/charts
|
- name: Checkout bitnami/charts
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
ref: ${{github.event.pull_request.head.ref}}
|
ref: ${{github.event.pull_request.head.ref}}
|
||||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
token: ${{ secrets.BITNAMI_BOT_TOKEN }}
|
token: ${{ secrets.BITNAMI_BOT_TOKEN }}
|
||||||
path: charts
|
path: charts
|
||||||
- name: Clone upstream bitnami/charts repository
|
- name: Clone upstream bitnami/charts repository
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
path: upstream-charts
|
path: upstream-charts
|
||||||
- name: Setup git configuration
|
- name: Setup git configuration
|
||||||
|
|||||||
6
.github/workflows/ci-verify.yml
vendored
6
.github/workflows/ci-verify.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
if: needs.get-chart.outputs.result == 'ok'
|
if: needs.get-chart.outputs.result == 'ok'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bitnami/charts
|
- name: Checkout bitnami/charts
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
path: charts
|
path: charts
|
||||||
- id: check-hardcoded-images
|
- id: check-hardcoded-images
|
||||||
@@ -113,13 +113,13 @@ jobs:
|
|||||||
if: needs.get-chart.outputs.result == 'ok'
|
if: needs.get-chart.outputs.result == 'ok'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout bitnami/charts
|
- name: Checkout bitnami/charts
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
ref: ${{github.event.pull_request.head.ref}}
|
ref: ${{github.event.pull_request.head.ref}}
|
||||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||||
path: charts-pr
|
path: charts-pr
|
||||||
- name: Checkout bitnami/charts
|
- name: Checkout bitnami/charts
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
ref: ${{github.event.pull_request.base.ref}}
|
ref: ${{github.event.pull_request.base.ref}}
|
||||||
repository: ${{github.event.pull_request.base.repo.full_name}}
|
repository: ${{github.event.pull_request.base.repo.full_name}}
|
||||||
|
|||||||
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 }}
|
result: ${{ steps.integrity-check.outputs.result }}
|
||||||
if: ${{ github.repository_owner == 'bitnami' }}
|
if: ${{ github.repository_owner == 'bitnami' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
ref: 'index'
|
ref: 'index'
|
||||||
- name: Check index integrity
|
- name: Check index integrity
|
||||||
|
|||||||
4
.github/workflows/index-update.yml
vendored
4
.github/workflows/index-update.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- id: checkout-repo
|
- id: checkout-repo
|
||||||
name: Checkout repo
|
name: Checkout repo
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
ref: index
|
ref: index
|
||||||
path: 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
|
curl -SsLfO "https://get.helm.sh/${HELM_TARBALL}" && sudo tar xf "$HELM_TARBALL" --strip-components 1 -C /usr/local/bin
|
||||||
# Install file plugin
|
# Install file plugin
|
||||||
helm plugin add https://github.com/zoobab/helm_file_repo
|
helm plugin add https://github.com/zoobab/helm_file_repo
|
||||||
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
ref: 'index'
|
ref: 'index'
|
||||||
path: index
|
path: index
|
||||||
|
|||||||
2
.github/workflows/license-headers.yml
vendored
2
.github/workflows/license-headers.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
name: Checkout Repository
|
name: Checkout Repository
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.ref }}
|
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
|
- name: Install mardownlint
|
||||||
run: npm install -g markdownlint-cli@0.33.0
|
run: npm install -g markdownlint-cli@0.33.0
|
||||||
- name: Checkout project
|
- name: Checkout project
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
- name: Execute markdownlint
|
- name: Execute markdownlint
|
||||||
env:
|
env:
|
||||||
DIFF_URL: "${{github.event.pull_request.diff_url}}"
|
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 }}
|
result: ${{ steps.get-chart.outputs.result }}
|
||||||
if: ${{ github.repository_owner == 'bitnami' }}
|
if: ${{ github.repository_owner == 'bitnami' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
path: charts
|
path: charts
|
||||||
fetch-depth: 2 # to be able to obtain files changed in the latest commit
|
fetch-depth: 2 # to be able to obtain files changed in the latest commit
|
||||||
@@ -69,7 +69,7 @@ jobs:
|
|||||||
name: Push tag
|
name: Push tag
|
||||||
if: ${{ needs.get-chart.outputs.result == 'ok' }}
|
if: ${{ needs.get-chart.outputs.result == 'ok' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
with:
|
with:
|
||||||
path: charts
|
path: charts
|
||||||
fetch-depth: 2 # to be able to obtain files changed in the latest commit
|
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
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout project
|
- name: Checkout project
|
||||||
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
|
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||||
- name: Values ASCII validator
|
- name: Values ASCII validator
|
||||||
env:
|
env:
|
||||||
DIFF_URL: "${{github.event.pull_request.diff_url}}"
|
DIFF_URL: "${{github.event.pull_request.diff_url}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user