Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential fix for code scanning alert no. 10: Use of a known vulnerable action. #2746

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

fnikolai
Copy link
Collaborator

Potential fix for https://github.com/superduper-io/superduper/security/code-scanning/10

To fix the problem, we need to update the version of the actions/download-artifact action from v3 to 4.1.7. This change ensures that the workflow uses a version of the action that does not have known vulnerabilities, thereby improving the security of the workflow.

  • Locate the line in the .github/workflows/release.yaml file where the actions/download-artifact action is used.
  • Update the version from v3 to v4.1.7.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

…le action.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@fnikolai fnikolai marked this pull request as ready for review January 20, 2025 11:38
@fnikolai fnikolai merged commit 2431c19 into main Jan 20, 2025
4 checks passed
@fnikolai fnikolai deleted the alert-autofix-10 branch January 20, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant