Skip to content

build(deps): bump github/codeql-action from 3.25.8 to 3.25.9 #42

build(deps): bump github/codeql-action from 3.25.8 to 3.25.9

build(deps): bump github/codeql-action from 3.25.8 to 3.25.9 #42

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 .