Skip to content

Bump hashicorp/helm from 2.6.0 to 2.16.0 #229

Bump hashicorp/helm from 2.6.0 to 2.16.0

Bump hashicorp/helm from 2.6.0 to 2.16.0 #229

Workflow file for this run

---
name: "Code Quality: Super-Linter"
on:
pull_request:
jobs:
superlinter:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Lint Code
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
VALIDATE_TERRAFORM: true
VALIDATE_NATURAL_LANGUAGE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}