Skip to content

Bump github/codeql-action from 3.26.0 to 3.26.6 #150

Bump github/codeql-action from 3.26.0 to 3.26.6

Bump github/codeql-action from 3.26.0 to 3.26.6 #150

Workflow file for this run

name: cpp-linter
on: [push, pull_request]
permissions:
contents: read
jobs:
cpp-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: cpp-linter/cpp-linter-action@a37e579de27f4a759c4c5f18f1d43592076236c9
id: linter
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
style: ''
files-changed-only: false
ignore: crypto
- name: Fail fast?!
if: steps.linter.outputs.checks-failed != 0
run: |
echo "some linter checks failed. ${{ steps.linter.outputs.checks-failed }}"
# for actual deployment
# run: exit 1