Closed matthyx closed 8 months ago
PR Description updated to latest commit (https://github.com/kubescape/node-agent/commit/d2cff7271c26f39152abe4029abdeccdb38d3909)
⏱️ Estimated effort to review [1-5] | 1, because the PR involves a straightforward version update of a GitHub Action used in the workflow. The change is minimal and isolated, making it easy to review. |
🧪 Relevant tests | No |
🔍 Possible issues | No |
🔒 Security concerns | No |
Category | Suggestions |
Best practice |
Use tagged versions for GitHub Actions for better readability.___ **Consider using a tagged version of the GitHub Action instead of a commit hash for betterreadability and maintainability. For example, use ossf/scorecard-action@v2.3.1 instead of the specific commit hash. This approach makes it easier to identify the version of the action being used and ensures that you benefit from any patches to that version.** [.github/workflows/scorecard.yml [40]](https://github.com/kubescape/node-agent/pull/228/files#diff-2e3112f4e81a9c47df8000638ce3b1b9ca15edcc82b228c207a7a4ff3bc7133fR40-R40) ```diff -uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 +uses: ossf/scorecard-action@v2.3.1 ``` |
Type
enhancement
Description
v2.3.1
) ofossf/scorecard-action
. This update may include bug fixes, new features, and performance improvements.Changes walkthrough
scorecard.yml
Update ossf/scorecard-action to v2.3.1
.github/workflows/scorecard.yml - Updated the `ossf/scorecard-action` to version `v2.3.1`.