Skip to content

Comment Summary in PR happens when option not specified #697

@jeff-tyl

Description

@jeff-tyl

Recently (beginning 2/19/2024?) our PRs started getting comments added with the results of the Dependency Review even without specifying the comment-summary-in-pr option. It behaves as if the default for this setting is always instead of the documented never.

Our workflow job is defined as:

      - name: Dependency Review
        uses: actions/dependency-review-action@v4
        with:
          fail-on-severity: high
          fail-on-scopes: runtime, development
          retry-on-snapshot-warnings: true

And the output from the job is:

Run actions/dependency-review-action@v4
  with:
    fail-on-severity: high
    fail-on-scopes: runtime, development
    retry-on-snapshot-warnings: true
    repo-token: ***
    retry-on-snapshot-warnings-timeout: 120
    warn-only: false

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