Skip to content

build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group #94

build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group

build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group #94

Workflow file for this run

name: Cppcheck
on:
workflow_dispatch:
push:
branches: [trunk]
pull_request:
branches: [trunk]
permissions:
contents: read
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Cppcheck
run: |
sudo apt install -y cppcheck
cppcheck .