Skip to content

fix(deps): Update dependency cloudquery/cloudquery to v6.35.5 #2264

fix(deps): Update dependency cloudquery/cloudquery to v6.35.5

fix(deps): Update dependency cloudquery/cloudquery to v6.35.5 #2264

Workflow file for this run

# This workflow is copied from the official helm chart testing repo
# https://github.com/helm/charts-repo-actions-demo/blob/main/.github/workflows/lint-test.yaml
name: Lint and Test Charts
on: pull_request
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
with:
version: v3.8.1
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
# yamllint (https://github.com/adrienverge/yamllint) which require Python
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: 3.14.3
- name: Set up chart-testing
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
- name: Run chart-testing (lint PR)
if: ${{ !startsWith(github.head_ref || '', 'release-please-') }}
run: make lint-pr
- name: Run chart-testing (lint release)
if: ${{ startsWith(github.head_ref || '', 'release-please-') }}
run: make lint
- name: Run chart-testing (test)
run: ./scripts/e2e-kind.sh