You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have two CodeQL job results appearing in the set of GH actions for the PR: one is the old job, another one is the new job (the configuration was moved to the other location):
We need to disable old job by removing the old results.
I've fixed this issue manually via GitHub web interface of the neo-go repository. Checked onto #3145 test runs, the old CodeQL alert is missing from the job runs. Thus, I'm closing the issue as completed.
Current Behavior
Currently we have two CodeQL job results appearing in the set of GH actions for the PR: one is the old job, another one is the new job (the configuration was moved to the other location):
We need to disable old job by removing the old results.
Solution
Outdated CodeQL job should be removed. See the https://github.com/orgs/community/discussions/24662 (in particular, the https://github.com/orgs/community/discussions/24662#discussioncomment-3244945) and https://docs.github.com/en/rest/code-scanning/code-scanning?apiVersion=2022-11-28#delete-a-code-scanning-analysis-from-a-repository.
The text was updated successfully, but these errors were encountered: