sourcegraph / openctx

See contextual info about code from your dev tools, in your editor, code review, and anywhere else you read code.
https://openctx.org
Apache License 2.0
135 stars 14 forks source link

Pinning versions via hashes #164

Closed mohammadualam closed 2 months ago

mohammadualam commented 2 months ago

While reviewing the code and findings via an adhoc semgrep scan, @shivasurya and I found that the versions in the github workflows were not pinned to a specific release, only to a general version. It is best practice to pin these to avoid any supply chain issues that may be introduced due to the external packages.

I have looked up and replaced the versions with the latest release for the version referenced in the original code.

sqs commented 2 months ago

thanks!