spacedriveapp / spacedrive

Spacedrive is an open source cross-platform file explorer, powered by a virtual distributed filesystem written in Rust.

Home Page:https://spacedrive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix potential github action smells

ceddy4395 opened this issue Β· comments

Describe the bug

Hey! πŸ™‚
During my research I've found the following potential smells:

  • Avoid executing scheduled workflows on forks
  • Use names for run steps
  • Define permissions for workflows with external actions
  • Steps should only perform a single command
  • Use commit hash instead of tags for action versions

I'll fix them in a PR and would love to hear your feedback!

These changes are part of a research Study at TU Delft looking at GitHub Action Smells. Find out more

Reproduction

No response

Expected behavior

No response

Platform and versions

Github actions

Stack trace

No response

Additional context

No response