We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487e03c commit a41c3d5Copy full SHA for a41c3d5
.github/workflows/provider-agents-scanning.yaml
@@ -65,7 +65,7 @@ jobs:
65
env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
68
- - name: cppcheck scan ${{ matrix.provider-agent.file }} (SARIF)
+ - name: cppcheck scan ${{ matrix.provider-agent.file }}
69
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
70
working-directory: ${{ matrix.provider-agent.dir }}
71
run: |
0 commit comments