Skip to content

Bump github/codeql-action from 3.26.11 to 3.26.12 #367

Bump github/codeql-action from 3.26.11 to 3.26.12

Bump github/codeql-action from 3.26.11 to 3.26.12 #367

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