lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

Don't cache git credentials in workflows #51

Closed ncoghlan closed 2 days ago

ncoghlan commented 2 days ago

Includes a small update to the launch modules in the sample project so the PR generation for output updates is tested with the updated workflow.

Addresses initial manual workflow scan for #50

ncoghlan commented 2 days ago

Workflow scan failure is expected, as the scan result upload won't work until the repo has been published (see the usage caveats in https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github ):

  Warning: Advanced Security must be enabled for this repository to use code scanning.
  Error: Advanced Security must be enabled for this repository to use code scanning.
  Warning: Advanced Security must be enabled for this repository to use code scanning.

All the workflow scan steps prior to that ran as expected.