Skip to content

Commit 4ec70f2

Browse files
authored
chore(actions): maintain action versions (#216)
* chore(actions): maintain action versions * chore(actions): add manual trigger to ci workflow
1 parent e135243 commit 4ec70f2

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- "charts/**/**"
7+
workflow_dispatch:
8+
79

810
jobs:
911
codespell:
@@ -30,27 +32,27 @@ jobs:
3032
fetch-depth: 0
3133
- name: Set up Helm
3234
uses: azure/setup-helm@v4.3.1
33-
- uses: actions/setup-python@v5
35+
- uses: actions/setup-python@v6
3436
with:
3537
python-version: '3.x'
3638
check-latest: true
3739
- name: Set up chart-testing
38-
uses: helm/chart-testing-action@v2.7.0
40+
uses: helm/chart-testing-action@v2.8.0
3941
- name: Run chart-testing (lint)
4042
run: ct lint --config .github/ct.yaml
4143

4244
super-linter:
4345
runs-on: ubuntu-latest
4446
steps:
4547
- name: Checkout Code
46-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4749
# https://github.com/github/super-linter/issues/1397
4850
with:
4951
# Full git history is needed to get a proper
5052
# list of changed files within `super-linter`
5153
fetch-depth: 0
5254
- name: Lint Code Base
53-
uses: super-linter/super-linter@v6.5.0
55+
uses: super-linter/super-linter@v8.2.1
5456
env:
5557
DEFAULT_BRANCH: main
5658
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -85,7 +87,7 @@ jobs:
8587
run: .github/kubeconform.sh
8688
env:
8789
KUBERNETES_VERSION: ${{ matrix.k8s }}
88-
KUBECONFORM_VERSION: v0.6.6
90+
KUBECONFORM_VERSION: v0.7.0
8991
- name: Create test summary
9092
uses: test-summary/action@v2
9193
with:
@@ -116,7 +118,7 @@ jobs:
116118
python-version: '3.x'
117119
check-latest: true
118120
- name: Set up chart-testing
119-
uses: helm/chart-testing-action@v2.7.0
121+
uses: helm/chart-testing-action@v2.8.0
120122
- name: Run chart-testing (list-changed)
121123
id: list-changed
122124
run: |

0 commit comments

Comments
 (0)