Skip to content

Commit ccc601a

Browse files
chore(workflows/dependencies): update actions/checkout digest to 08eba0b
1 parent 02f2537 commit ccc601a

12 files changed

+15
-15
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
name: lint github workflows
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1919
- name: Add actionlint problem matchers
2020
run: |
2121
# https://github.com/rhysd/actionlint/blob/3a2f2c7/docs/usage.md#problem-matchers

.github/workflows/check-licenses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
needs: getChangedChart
2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3131
- run: pip install yq
3232
- name: Install sponge
3333
run: sudo apt-get -yq install moreutils
@@ -48,7 +48,7 @@ jobs:
4848
env:
4949
CHART: ${{ needs.getChangedChart.outputs.chart }}
5050
steps:
51-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
51+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5252
with:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454
- run: pip install yq

.github/workflows/create-release-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
config-file: .github/release-please/config.json
2222
manifest-file: .github/release-please/manifest.json
2323
id: release-please
24-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
24+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2525
if: ${{ steps.release-please.outputs.prs_created == 'true' }}
2626
- name: Set PRs to auto-merge
2727
if: ${{ steps.release-please.outputs.prs_created == 'true' }}

.github/workflows/get-all-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
outputs:
2020
charts: ${{ steps.getCharts.outputs.charts }}
2121
steps:
22-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2323
- run: pip install yq
2424
- name: Get all charts
2525
id: getCharts

.github/workflows/linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
CT_TARGET_BRANCH: ${{ github.event.pull_request.base.ref || github.event.merge_group.base_ref || github.event.repository.default_branch }}
3333
CHART: ${{ matrix.chart }}
3434
steps:
35-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3636
with:
3737
fetch-depth: 0
3838

.github/workflows/pr-comment-diff.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
CT_TARGET_BRANCH: ${{ github.event.pull_request.base.ref || github.event.repository.default_branch }}
2727
steps:
28-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2929
with:
3030
ref: ${{ github.event.pull_request.head.sha }}
3131
- run: pip install yq
@@ -49,7 +49,7 @@ jobs:
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.ACTIONS_BOT_TOKEN }}
5151
steps:
52-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
5353
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
5454
with:
5555
name: comment_body

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
CHART: ${{ matrix.chart }}
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3939
- uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1
4040

4141
- run: helm package --dependency-update "${CHART}"

.github/workflows/release-update-metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CONFIG_FILE: .github/release-please/config.json
2727
CHART: ${{ needs.getChangedChart.outputs.chart }}
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
3030
with:
3131
repository: ${{ github.event.pull_request.head.repo.full_name }}
3232
ref: ${{ github.event.pull_request.head.ref }}
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
echo 'No chart has been changed?' >&2
6060
exit 1
61-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
61+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
6262
with:
6363
repository: ${{ github.event.pull_request.head.repo.full_name }}
6464
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/scan-for-cves.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix:
2525
chart: ${{ fromJson(needs.getAllCharts.outputs.charts) }}
2626
steps:
27-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2828
- run: /home/linuxbrew/.linuxbrew/bin/brew install grype
2929
- run: pip install yq
3030
- name: Install sponge

.github/workflows/update-artifacthub-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
chart: ${{ fromJson(needs.getAllCharts.outputs.charts) }}
2424
steps:
25-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2626
with:
2727
token: ${{ secrets.ACTIONS_BOT_TOKEN }}
2828

0 commit comments

Comments
 (0)