Skip to content

Commit 05137ca

Browse files
authored
Merge pull request #161 from xrstf/go-1.25
upgrade CI jobs, pin actions to commits like kcp does it
2 parents 4924f76 + 3586306 commit 05137ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
1616
with:
1717
fetch-depth: 0
1818

@@ -22,7 +22,7 @@ jobs:
2222
git config user.email "[email protected]"
2323
2424
- name: Run chart-releaser
25-
uses: helm/chart-releaser-action@v1.6.0
25+
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # tag=v1.7.0
2626
with:
2727
skip_existing: true
2828
env:

.prow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ presubmits:
55
clone_uri: "https://github.com/kcp-dev/helm-charts"
66
spec:
77
containers:
8-
- image: ghcr.io/kcp-dev/infra/build:1.22.5-1
8+
- image: ghcr.io/kcp-dev/infra/build:1.25.0-1
99
command:
1010
- hack/ci/render-helm-charts.sh
1111
resources:

0 commit comments

Comments
 (0)