Skip to content

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.14.1 #283

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.14.1

chore(deps): Bump step-security/harden-runner from 2.12.0 to 2.14.1 #283

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@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: cpp-linter/cpp-linter-action@cfd08bb3bd5d5611bbbf63cfbfec2643b2da9fea
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