Skip to content

Bump github/codeql-action from 4.30.8 to 4.30.9 #6371

Bump github/codeql-action from 4.30.8 to 4.30.9

Bump github/codeql-action from 4.30.8 to 4.30.9 #6371

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [master]
permissions: read-all
jobs:
pre-commit:
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Version of clang-format
run: |
clang-format --version
- uses: pre-commit/action@v3.0.1