Skip to content

Mirrored from envoyproxy/envoy @ cbe23a824a70006f26aac478c6ca8bc42e96… #1978

Mirrored from envoyproxy/envoy @ cbe23a824a70006f26aac478c6ca8bc42e96…

Mirrored from envoyproxy/envoy @ cbe23a824a70006f26aac478c6ca8bc42e96… #1978

Workflow file for this run

name: "CodeQL"
permissions:
contents: read
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
schedule:
- cron: '16 11 * * 5'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
timeout-minutes: 360
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5
with:
languages: go
- name: Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v3.29.5
with:
category: "/language:go"