Skip to content

build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 #38

build(deps): bump github/codeql-action from 3.25.6 to 3.25.7

build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 #38

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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Cppcheck
run: |
sudo apt install -y cppcheck
cppcheck .