Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 4abe98a

Browse files
stacklok-cloud-staging[bot]stacklok-cloud-staging[bot]
andauthored
Replace unpinned actions with pinned action (#1106)
Co-authored-by: stacklok-cloud-staging[bot] <164156668+github-actions[bot]@users.noreply.github.com>
1 parent 6656044 commit 4abe98a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/helm-chart-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
with:
2424
fetch-depth: 0
2525

@@ -55,4 +55,4 @@ jobs:
5555
cosign sign -y "ghcr.io/${GITHUB_REPOSITORY}/${chart_name}@${digest}"
5656
done
5757
env:
58-
COSIGN_EXPERIMENTAL: 1
58+
COSIGN_EXPERIMENTAL: 1

.github/workflows/helm-chart-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python-version: '3.x'
3939

4040
- name: Set up chart-testing
41-
uses: helm/[email protected]
41+
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
4242

4343
- name: Run chart-testing (lint)
4444
run: ct lint --config ct.yaml
@@ -47,4 +47,4 @@ jobs:
4747
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # [email protected]
4848

4949
- name: Run chart-testing (install)
50-
run: ct install --config ct.yaml
50+
run: ct install --config ct.yaml

0 commit comments

Comments
 (0)