Skip to content

chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 #34

chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5

chore(deps): bump github/codeql-action from 2.13.4 to 3.25.5 #34

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 .