Skip to content

Bump github/codeql-action from 3.26.10 to 3.26.11 (#1526) #960

Bump github/codeql-action from 3.26.10 to 3.26.11 (#1526)

Bump github/codeql-action from 3.26.10 to 3.26.11 (#1526) #960

Workflow file for this run

name: code-ql
on:
push:
branches: [main]
pull_request:
branches: [main, dotnet-vnext]
schedule:
- cron: '0 6 * * MON'
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
code-ql:
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'csharp' ]
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Initialize CodeQL
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
build-mode: none
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
with:
category: '/language:${{ matrix.language }}'