Skip to content

Extra containers can now be added to artifacthub pod (#4056) #1762

Extra containers can now be added to artifacthub pod (#4056)

Extra containers can now be added to artifacthub pod (#4056) #1762

name: CodeQL
on:
push:
branches:
- master
permissions: read-all
jobs:
analyze:
permissions:
security-events: write
name: Analyze
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
language: ["go", "javascript"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3