Skip to content

build(deps): bump github/codeql-action from 3.27.9 to 3.28.0 #641

build(deps): bump github/codeql-action from 3.27.9 to 3.28.0

build(deps): bump github/codeql-action from 3.27.9 to 3.28.0 #641

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