Skip to content

Bump github/codeql-action from 1 to 3 #1809

Bump github/codeql-action from 1 to 3

Bump github/codeql-action from 1 to 3 #1809

Workflow file for this run

name: "Maintenance"
on:
push:
branches: [ develop/main, develop/3.10 ]
pull_request:
branches: [ develop/main, develop/3.10 ]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: Install tools
run: sudo apt-get -y update && sudo apt-get install -y cppcheck
- name: C++ code linter (clang-tidy and cppcheck)
run: cppcheck --language=c++ --template="::{severity} file={file},line={line},col={column}::{message}" src --enable=warning --force