Skip to content

Commit a41c3d5

Browse files
committed
small fix
1 parent 487e03c commit a41c3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provider-agents-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6767

68-
- name: cppcheck scan ${{ matrix.provider-agent.file }} (SARIF)
68+
- name: cppcheck scan ${{ matrix.provider-agent.file }}
6969
if: steps.changed.outputs.any_changed == 'true' || github.event_name == 'workflow_dispatch'
7070
working-directory: ${{ matrix.provider-agent.dir }}
7171
run: |

0 commit comments

Comments
 (0)