Skip to content

Commit fd9f985

Browse files
committed
fix(ci): correct action hashes, upgrade kind to v1.13.0, add security permissions
1 parent 389262c commit fd9f985

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/helm-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- "helm/**"
1313
- ".github/workflows/helm-test.yml"
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
test-helm-chart:
1720
name: Test Helm Chart with Kind
@@ -34,7 +37,7 @@ jobs:
3437
cache-to: type=gha,mode=max
3538

3639
- name: Create Kind cluster
37-
uses: helm/kind-action@026472392573094226832982b6a5182641d20195 # v1.0.0
40+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
3841
with:
3942
cluster_name: toolhive-test
4043
node_image: kindest/node:v1.28.0

.github/workflows/lint-helm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- "helm/**"
1313
- ".github/workflows/lint-helm.yml"
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
lint-chart:
1720
name: Lint Helm Chart

helm/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,3 @@ envFrom: []
151151
# name: app-config
152152
# - secretRef:
153153
# name: app-secrets
154-

0 commit comments

Comments
 (0)