palantir / go-githubapp

A simple Go framework for building GitHub Apps
https://pkg.go.dev/github.com/palantir/go-githubapp
Apache License 2.0
347 stars 57 forks source link

Fix golang setup and build in "CodeQL" workflow #322

Closed data-douser closed 9 months ago

data-douser commented 9 months ago

Adds steps to the "CodeQL" GH Actions workflow in order to:

Uses "codeql-action/autobuild" in an attempt to simplify the workflow.

bluekeyes commented 9 months ago

Thanks for updating this - I think we missed that the Go version had fallen behind. I'm not sure on the autobuild action, since this is primarily a library, but I'm open to trying it out. I've added it to the allowlist for our organization, so I'm going to close and re-open this to try triggering a new run of the workflow.