Skip to content

🎉 activedirectory-13.0.13, ansible-13.2.2, arista-13.3.4, atlassian-13.3.4, azure-13.19.1, bicep-13.3.2, claude-13.0.3, cloudflare-13.5.4, cloudformation-13.1.4, datadog-13.0.9, depsdev-13.0.17, digitalocean-13.6.1, equinix-13.0.16, gcp-13.23.1, github-13.5.1, gitlab-13.3.4, google-workspace-13.1.3, grafana-13.1.10, helm-13.2.4, hetzner-13.2.4, huggingface-13.1.3, ipinfo-13.0.16, ipmi-13.0.16, jamf-13.1.3, k8s-13.2.1, kustomize-13.1.3, mistral-13.0.3, mondoo-13.1.4, ms365-13.7.1, nmap-13.0.16, nutanix-13.1.1, oci-13.11.2, okta-13.3.1, ollama-13.0.4, opcua-13.0.16, openai-13.0.3, openstack-13.4.1, os-13.28.1, proxmox-0.1.12, shodan-13.1.10, slack-13.1.11, snowflake-13.3.1, tailscale-13.3.1, terraform-13.2.1, together-13.0.3, vcd-13.0.16, vllm-13.0.10, vsphere-13.5.1 #6679

🎉 activedirectory-13.0.13, ansible-13.2.2, arista-13.3.4, atlassian-13.3.4, azure-13.19.1, bicep-13.3.2, claude-13.0.3, cloudflare-13.5.4, cloudformation-13.1.4, datadog-13.0.9, depsdev-13.0.17, digitalocean-13.6.1, equinix-13.0.16, gcp-13.23.1, github-13.5.1, gitlab-13.3.4, google-workspace-13.1.3, grafana-13.1.10, helm-13.2.4, hetzner-13.2.4, huggingface-13.1.3, ipinfo-13.0.16, ipmi-13.0.16, jamf-13.1.3, k8s-13.2.1, kustomize-13.1.3, mistral-13.0.3, mondoo-13.1.4, ms365-13.7.1, nmap-13.0.16, nutanix-13.1.1, oci-13.11.2, okta-13.3.1, ollama-13.0.4, opcua-13.0.16, openai-13.0.3, openstack-13.4.1, os-13.28.1, proxmox-0.1.12, shodan-13.1.10, slack-13.1.11, snowflake-13.3.1, tailscale-13.3.1, terraform-13.2.1, together-13.0.3, vcd-13.0.16, vllm-13.0.10, vsphere-13.5.1

🎉 activedirectory-13.0.13, ansible-13.2.2, arista-13.3.4, atlassian-13.3.4, azure-13.19.1, bicep-13.3.2, claude-13.0.3, cloudflare-13.5.4, cloudformation-13.1.4, datadog-13.0.9, depsdev-13.0.17, digitalocean-13.6.1, equinix-13.0.16, gcp-13.23.1, github-13.5.1, gitlab-13.3.4, google-workspace-13.1.3, grafana-13.1.10, helm-13.2.4, hetzner-13.2.4, huggingface-13.1.3, ipinfo-13.0.16, ipmi-13.0.16, jamf-13.1.3, k8s-13.2.1, kustomize-13.1.3, mistral-13.0.3, mondoo-13.1.4, ms365-13.7.1, nmap-13.0.16, nutanix-13.1.1, oci-13.11.2, okta-13.3.1, ollama-13.0.4, opcua-13.0.16, openai-13.0.3, openstack-13.4.1, os-13.28.1, proxmox-0.1.12, shodan-13.1.10, slack-13.1.11, snowflake-13.3.1, tailscale-13.3.1, terraform-13.2.1, together-13.0.3, vcd-13.0.16, vllm-13.0.10, vsphere-13.5.1 #6679

Workflow file for this run

# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "30 17 * * *"
concurrency:
group: codeql-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions:
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
# only required for workflows in private repositories
actions: read
contents: read
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
# disabling this for now, as it does not finish on a runner. The runner get's killed after ~15 minutes
#- language: go
# build-mode: autobuild
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
# or others). This is typically only required for manual builds.
# - name: Setup runtime (example)
# uses: actions/setup-example@v1
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0