Skip to content

Run GitHub codeql workflow only for eng/_utils #309

Run GitHub codeql workflow only for eng/_utils

Run GitHub codeql workflow only for eng/_utils #309

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@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@v3
with:
working-directory: eng/_util
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: /language:go