-
Notifications
You must be signed in to change notification settings - Fork 208
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
Create codeql.yml #964
Create codeql.yml #964
Conversation
Is this static analysis magic? |
it is exactly the static analysis magic |
Very cool. Interested to see whether it will work out of the box, or if we'll need to tinker with it |
I find that setting the tag secretcli can help, locally. But also seems my local dev env "ain't quite right". When I set the build tag, it works better but (eg: gopls) doesn't seem to work perfectly. |
The secretcli tag just compiles without the SGX enclave part, so it's not really a complete build. Also, are we missing anything else for this action to run? I was expecting the codeql workflow to be available in this branch already 🤔 |
@Cashmaney I believe the secretcli tag is used here to silence the VSCode IDE linkage errors |
Just want to see if codeql will run now
Deploying with Cloudflare Pages
|
Hey I think that this may need to run on a GR or we need to give it special permission to run on github actions but it's really really great.
It detects things like non-determinism errors.