mirror of
https://github.com/bitnami/charts.git
synced 2026-02-09 02:37:04 +08:00
Bump actions/checkout from 6.0.1 to 6.0.2 (#36444)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...de0fac2e45)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
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'
|
||||
steps:
|
||||
- name: Checkout bitnami/charts
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
with:
|
||||
path: upstream-charts
|
||||
- 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'
|
||||
steps:
|
||||
- name: Checkout bitnami/charts
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
with:
|
||||
path: charts
|
||||
- id: check-hardcoded-images
|
||||
@@ -113,13 +113,13 @@ jobs:
|
||||
if: needs.get-chart.outputs.result == 'ok'
|
||||
steps:
|
||||
- name: Checkout bitnami/charts
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
with:
|
||||
ref: ${{github.event.pull_request.head.ref}}
|
||||
repository: ${{github.event.pull_request.head.repo.full_name}}
|
||||
path: charts-pr
|
||||
- name: Checkout bitnami/charts
|
||||
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
with:
|
||||
ref: ${{github.event.pull_request.base.ref}}
|
||||
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 }}
|
||||
if: ${{ github.repository_owner == 'bitnami' }}
|
||||
steps:
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
- 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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
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@8e8c483db84b4bee98b60c0593521ed34d9990e8
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
|
||||
- name: Values ASCII validator
|
||||
env:
|
||||
DIFF_URL: "${{github.event.pull_request.diff_url}}"
|
||||
|
||||
Reference in New Issue
Block a user