Skip to content

Bump github/codeql-action from 2.13.4 to 3.25.5 #88

Bump github/codeql-action from 2.13.4 to 3.25.5

Bump github/codeql-action from 2.13.4 to 3.25.5 #88

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: 'CodeQL analysis'
on:
push:
tags: ['*']
branches: ['*']
pull_request:
branches: ['*']
schedule:
- cron: '25 10 * * 3'
workflow_dispatch:
permissions: {}
jobs:
analyze:
name: 'CodeQL analysis'
runs-on: 'ubuntu-latest'
permissions:
actions: 'read'
contents: 'read'
security-events: 'write'
strategy:
fail-fast: false
matrix:
language: ['python']
steps:
- name: 'Checkout'
uses: 'actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6'
with:
languages: '${{ matrix.language }}'
- name: 'Autobuild'
uses: 'github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6'
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6'