Skip to content

build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (#586) #1358

build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (#586)

build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (#586) #1358

name: 'CodeQL'
on:
push:
branches: ['master']
pull_request:
branches: ['master']
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['python']
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.0
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.26.12
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3.26.12
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.26.12