Skip to content

chore: bump fallback_version to 1.2.4.dev0 #2296

chore: bump fallback_version to 1.2.4.dev0

chore: bump fallback_version to 1.2.4.dev0 #2296

Workflow file for this run

name: "CodeQL Workflow Security Scan"
on:
pull_request:
# PRs are checked for new issues
branches: [ "main" ]
paths:
- '.github/**'
- 'src/**'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'actions', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
# Initializes CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
with:
languages: ${{ matrix.language }}
# "security-extended" is recommended for higher severity coverage - not necessary can be removed to speed up
queries: security-extended
# Scans the code and uploads results to GitHub Security tab.
# The "Fail on High" logic is handled by Branch Protection Rules in Settings
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
with:
category: "/language:${{ matrix.language }}"