Skip to content

Bump actions/setup-python from 6.3.0 to 7.0.0 #760

Bump actions/setup-python from 6.3.0 to 7.0.0

Bump actions/setup-python from 6.3.0 to 7.0.0 #760

Workflow file for this run

name: Lint charts
on: [push, pull_request]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920 # v2.20.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Set up Helm
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
# Set up Python for ct lint, which needs Python for Yamale and yamllint
- name: Set up Python
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
- name: Set up ct CLI
uses: step-security/chart-testing-action@e66d34fcc8fcc5da27c3442bd532031edb3ce1aa # v2.8.0
- name: Lint chart
run: ct lint --config ct.yaml
- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
cache: false
- name: Install helm-docs
run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.14.2
- name: Check README.md is up-to-date
run: make docs-check