newrelic / newrelic-client-go

New Relic Client for the Go programming language
https://newrelic.github.io/observability-as-code
Apache License 2.0
75 stars 95 forks source link

Fix/codeql action #1238

Closed vaughnw128 closed 3 weeks ago

vaughnw128 commented 1 month ago

Fixing the CodeQL action to ignore non-required (testing) files using codeql-config.yml. Checkout HEAD^2 has also been removed as it is no longer required and generates warnings. Errors are generated in the security tab if significant quantities of files are not scanned by CodeQL, so this should produce good findings.

image image
pranav-new-relic commented 3 weeks ago

Thanks for this, @vaughnw128