Skip to content

v3 action check fails #284

Closed
Closed
@mexikoedi

Description

@mexikoedi

What events trigger your workflow?

on: push

What OS does your workflow use?

runs-on: ubuntu-latest

How is cpp-linter-action configured?

- uses: actions/checkout@v4.2.2
- uses: cpp-linter/cpp-linter-action@v3
  id: linter
  env:
       GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  with:
       style: file

What was the unexpected behavior?

I am using this action in a repository and cpp-linter-action@v2 was updated to cpp-linter-action@v3 by dependabot and now the check fails. I didn't change anything else and the error which appears doesn't help either.
I get the following error: error: a value is required for '--database <database>' but none was supplied.
Which happens after Run source "$GITHUB_ACTION_PATH/venv/bin/activate.
Do I need to configure something or how can I fix this issue?
I couldn't find any information for v3 or this error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions