Skip to content

Mirrored from envoyproxy/envoy @ 39339150a76959fac0ef47b85441f38fe27d… #1376

Mirrored from envoyproxy/envoy @ 39339150a76959fac0ef47b85441f38fe27d…

Mirrored from envoyproxy/envoy @ 39339150a76959fac0ef47b85441f38fe27d… #1376

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
with:
languages: go
- name: Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
with:
category: "/language:go"