Skip to content

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#342) #942

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#342)

build(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#342) #942

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/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/[email protected]
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]