Skip to content

chore(charts): Add separate namespace field for trace collector service account #4935

chore(charts): Add separate namespace field for trace collector service account

chore(charts): Add separate namespace field for trace collector service account #4935

Workflow file for this run

# See https://github.com/github/codeql-action/tree/v1 for more information.
name: CodeQL
on:
push:
branches: [main, stable-*]
paths:
- .github/workflows/codeql.yml
- "**/*.go"
- "**/*.js"
- "**/*.jsx"
pull_request:
# The branches below must be a subset of the branches above
branches: [main, stable-*]
paths:
- .github/workflows/codeql.yml
- "**/*.go"
- "**/*.js"
- "**/*.jsx"
jobs:
analyze:
name: Analyze
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- go
- javascript
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version: "1.24"
- name: Initialize
# Unpinned action version so that we automatically get analyzer updates.
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Analyze
uses: github/codeql-action/analyze@v3