Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only delete SARIF in PR check if not running on a fork #2084

Merged
merged 5 commits into from
Jan 17, 2024

Commits on Jan 12, 2024

  1. Only delete SARIF in PR check if not running on a fork

    The `Submit SARIF after failure` PR Check was failing when opened on a fork because of a permissions problem when deleting the uploaded SARIF. This change should fix this by only deleting the SARIF when the owner of the current repository is `github`.
    angelapwen committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7a76543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6427b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Remove print debugging

    angelapwen committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    30f279c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    b0b38b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    648a31a View commit details
    Browse the repository at this point in the history