Skip to content

chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0 #2106

chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0

chore(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0 #2106

Workflow file for this run

name: Lint helm chart
on:
push:
# run pipeline on push on master
branches:
- main
paths:
- "charts/**"
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: "0"
- name: chart-testing (ct lint)
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
- name: Run Helm Chart lint
run: |
set -e
ct lint --lint-conf=.github/ct_lintconf.yaml \
--chart-yaml-schema=.github/ct_chart_schema.yaml \
--target-branch=main \
--validate-maintainers=false \
--check-version-increment=false \
--chart-dirs charts