-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Solorigate: Extract to separate qlpack #7431
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
Solorigate: Extract to separate qlpack #7431
Conversation
9b41b5c
to
d8ee792
Compare
d8ee792
to
c5de00b
Compare
Extracts solorigate to separate qlpacks in preparation for publishing them to the registry.
c5de00b
to
50ee4ab
Compare
Solorigate queries are now available from the package registry. Run them like this:
|
This PR also includes a simple script to re-publish and version bump. |
@@ -0,0 +1,9 @@ | |||
name: codeql/solorigate-queries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this mention csharp
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I made the change. Unpublished previous packs and re-published under the new name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you forget to push the change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pushed to the wrong remote. Should be good now.
@@ -0,0 +1,8 @@ | |||
name: codeql/solorigate-all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this mention csharp
?
2d35ec4
to
7a38618
Compare
codeql/solorigate-all: "*" | ||
codeql/solorigate-queries: "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be updated, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Done.
Thanks @hvitved for reviewing! |
Extracts solorigate to separate qlpacks in preparation for publishing them to the registry.