chore(setup-db): change cache-dir default to runner.temp #13
Reference in New Issue
Block a user
Delete Branch "chore-change-setup-db-cache-dir-default"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2059efff03to40aa2bddc3The changes align with the PR title and description. The cache-dir default was correctly updated to use ${{runner.temp}}/trivy in action.yaml, and the ci.yaml was adjusted to use the output from the setup-db action. No obvious issues found.