Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group #82

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group

build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group #82

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