Skip to content

build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the github-actions group #60

build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the github-actions group

build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 in the github-actions group #60

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