Skip to content

Update submodule to latest master in microsoft/main #305

Update submodule to latest master in microsoft/main

Update submodule to latest master in microsoft/main #305

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- "microsoft/*"
pull_request:
branches:
- "microsoft/*"
schedule:
- cron: 29 7 * * 2
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
timeout-minutes: 360
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language:
- 'cpp'
- 'go'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: manual
- run: pwsh eng/run.ps1 submodule-refresh -shallow
- run: pwsh eng/run.ps1 build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: /language:${{matrix.language}}