Skip to content

Try to manage context window issues by only rendering helm chart values if too large #10435

Try to manage context window issues by only rendering helm chart values if too large

Try to manage context window issues by only rendering helm chart values if too large #10435

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
paths-ignore:
- '**/*.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**/*.md'
schedule:
- cron: '0 0 * * 1'
jobs:
codeql:
permissions:
actions: read
contents: read
security-events: write
name: CodeQL
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'typescript' ]
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2