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

Already on GitHub? Sign in to your account

Skip the SARIF notification object workaround for CLIs that have fixed this bug #1631

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

henrymercer
Copy link
Contributor

@henrymercer henrymercer commented Apr 4, 2023

The latest version of the CodeQL CLI (2.12.6) contains a fix for the duplicate SARIF notification object bug in 2.12.5.

This PR updates the Action so it no longer applies the workaround to CodeQL CLI version 2.12.6 and later. We extend the integration tests to make sure we keep checking the workaround on 2.12.5.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

@henrymercer henrymercer force-pushed the henrymercer/duplicate-diagnostics-fixed-in-cli branch from e09243d to 240c12b Compare April 4, 2023 16:06
@henrymercer henrymercer force-pushed the henrymercer/duplicate-diagnostics-fixed-in-cli branch from 240c12b to 3bba073 Compare April 4, 2023 17:19
@henrymercer henrymercer marked this pull request as ready for review April 4, 2023 17:34
@henrymercer henrymercer requested a review from a team as a code owner April 4, 2023 17:34
Copy link
Contributor

@aeisenberg aeisenberg left a comment

Choose a reason for hiding this comment

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

Small suggestion that I think would make the code easier to understand.

src/codeql.ts Show resolved Hide resolved
@henrymercer henrymercer merged commit 66aeadb into main Apr 5, 2023
579 checks passed
@henrymercer henrymercer deleted the henrymercer/duplicate-diagnostics-fixed-in-cli branch April 5, 2023 09:46
@github-actions github-actions bot mentioned this pull request Apr 5, 2023
6 tasks
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.

None yet

2 participants