Skip to content

Mirrored from envoyproxy/envoy @ 7081e5637c2cb0ecc90f1d1949c8acf27d57… #338

Mirrored from envoyproxy/envoy @ 7081e5637c2cb0ecc90f1d1949c8acf27d57…

Mirrored from envoyproxy/envoy @ 7081e5637c2cb0ecc90f1d1949c8acf27d57… #338

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
strategy:
fail-fast: false
matrix:
language:
- go
steps:
- name: Checkout repository
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Initialize CodeQL
uses: github/codeql-action/init@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0
with:
category: "/language:${{matrix.language}}"