Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add matrix input to init action #65

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 16, 2020
Merged

Conversation

robertbrignull
Copy link
Contributor

I think this input is missing. It is used to construct the status reports.

Not sure how this is missing, especially as we have a query for it. Though to be fair we haven't gone through to eliminate all the cases of that as they are actually pretty benign in practice.

Merge / deployment checklist

  • Run test builds as necessary. Can be on this repository or elsewhere as needed in order to test the change - please include links to tests in other repos!
    • CodeQL using init/analyze actions
    • 3rd party tool using upload action
  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.

@robertbrignull
Copy link
Contributor Author

Sorry this PR may not make much sense. To review I think it's best to know that these inputs are used by the code to send status reports, and this is called from all actions. Then look at the action.yml files and note that all of them include both the matrix and token inputs, except for this one which is missing the matrix input. The effect this'll have is that the matrix isn't populated in the status reports, which isn't fatal and explains why we haven't noticed it until now.

Copy link
Contributor

@sampart sampart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Sorry for the delay in reviewing this.

@robertbrignull
Copy link
Contributor Author

1 fixed alert. Excellent. That's what I expected
https://github.com/github/codeql-action/pull/65/checks?check_run_id=776340119

@robertbrignull robertbrignull merged commit 6de3e1c into master Jun 16, 2020
@robertbrignull robertbrignull deleted the init_missing_matrix branch June 17, 2020 14:56
@github-actions github-actions bot mentioned this pull request Jun 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants