Skip to content

build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in the github-actions group #116

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

build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 in the github-actions group #116

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