Skip to content

Update submodule to latest master in microsoft/main #320

Update submodule to latest master in microsoft/main

Update submodule to latest master in microsoft/main #320

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
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Initialize CodeQL
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
working-directory: eng/_util
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
category: /language:go