Skip to content

Commit 7266bc3

Browse files
⬆️ Bump actions/checkout from 5.0.0 to 6.0.0 (#36390)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...1af3b93) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.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>
1 parent 301592c commit 7266bc3

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

.github/workflows/ci-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ jobs:
4242
if: needs.get-chart.outputs.result == 'ok'
4343
steps:
4444
- name: Checkout bitnami/charts
45-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
45+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4646
with:
4747
ref: ${{github.event.pull_request.head.ref}}
4848
repository: ${{github.event.pull_request.head.repo.full_name}}
4949
token: ${{ secrets.BITNAMI_BOT_TOKEN }}
5050
path: charts
5151
- name: Clone upstream bitnami/charts repository
52-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
52+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
5353
with:
5454
path: upstream-charts
5555
- name: Setup git configuration

.github/workflows/ci-verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
if: needs.get-chart.outputs.result == 'ok'
4141
steps:
4242
- name: Checkout bitnami/charts
43-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
43+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
4444
with:
4545
path: charts
4646
- id: check-hardcoded-images
@@ -113,13 +113,13 @@ jobs:
113113
if: needs.get-chart.outputs.result == 'ok'
114114
steps:
115115
- name: Checkout bitnami/charts
116-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
116+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
117117
with:
118118
ref: ${{github.event.pull_request.head.ref}}
119119
repository: ${{github.event.pull_request.head.repo.full_name}}
120120
path: charts-pr
121121
- name: Checkout bitnami/charts
122-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
122+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
123123
with:
124124
ref: ${{github.event.pull_request.base.ref}}
125125
repository: ${{github.event.pull_request.base.repo.full_name}}

.github/workflows/index-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
result: ${{ steps.integrity-check.outputs.result }}
1919
if: ${{ github.repository_owner == 'bitnami' }}
2020
steps:
21-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
21+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2222
with:
2323
ref: 'index'
2424
- name: Check index integrity

.github/workflows/index-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- id: checkout-repo
1818
name: Checkout repo
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2020
with:
2121
ref: index
2222
path: index
@@ -60,7 +60,7 @@ jobs:
6060
curl -SsLfO "https://get.helm.sh/${HELM_TARBALL}" && sudo tar xf "$HELM_TARBALL" --strip-components 1 -C /usr/local/bin
6161
# Install file plugin
6262
helm plugin add https://github.com/zoobab/helm_file_repo
63-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
63+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6464
with:
6565
ref: 'index'
6666
path: index

.github/workflows/license-headers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
pull-requests: write
2121
steps:
22-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
22+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2323
name: Checkout Repository
2424
with:
2525
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/markdown-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install mardownlint
2121
run: npm install -g markdownlint-cli@0.33.0
2222
- name: Checkout project
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2424
- name: Execute markdownlint
2525
env:
2626
DIFF_URL: "${{github.event.pull_request.diff_url}}"

.github/workflows/push-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
result: ${{ steps.get-chart.outputs.result }}
2323
if: ${{ github.repository_owner == 'bitnami' }}
2424
steps:
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
25+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2626
with:
2727
path: charts
2828
fetch-depth: 2 # to be able to obtain files changed in the latest commit
@@ -69,7 +69,7 @@ jobs:
6969
name: Push tag
7070
if: ${{ needs.get-chart.outputs.result == 'ok' }}
7171
steps:
72-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
72+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
7373
with:
7474
path: charts
7575
fetch-depth: 2 # to be able to obtain files changed in the latest commit

.github/workflows/values-ascii-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
steps:
1919
- name: Checkout project
20-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2121
- name: Values ASCII validator
2222
env:
2323
DIFF_URL: "${{github.event.pull_request.diff_url}}"

0 commit comments

Comments
 (0)