Skip to content

Commit f5f3d92

Browse files
committed
ci: Pin Helm and Cosign action version
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 4d07479 commit f5f3d92

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/push-ld.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: write
1717
steps:
1818
- uses: actions/checkout@v3
19-
- uses: sigstore/cosign-installer@main
19+
- uses: sigstore/cosign-installer@v2.8.1
2020
- name: Prepare
2121
id: prep
2222
run: |

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ jobs:
1919
packages: write # needed for ghcr access
2020
steps:
2121
- uses: actions/checkout@v3
22-
- uses: fluxcd/pkg/actions/helm@main
2322
- uses: fluxcd/flux2/action@main
24-
- uses: sigstore/cosign-installer@main
23+
- uses: sigstore/cosign-installer@v2.8.1
2524
- name: Prepare
2625
id: prep
2726
run: |
@@ -72,6 +71,9 @@ jobs:
7271
token: ${{ secrets.GITHUB_TOKEN }}
7372
charts_url: https://flagger.app
7473
linting: off
74+
- uses: fluxcd/pkg/actions/helm@main
75+
with:
76+
version: 3.10.1
7577
- name: Publish signed Helm chart to GHCR
7678
env:
7779
COSIGN_EXPERIMENTAL: 1

0 commit comments

Comments
 (0)