<#649 Potential fix for code scanning alert no. 24...
# osctrl
g
#649 Potential fix for code scanning alert no. 24: Use of a known vulnerable action Pull request opened by javuto Potential fix for https://github.com/jmpsec/osctrl/security/code-scanning/24 To fix the issue, we need to update the version of the
actions/download-artifact
action from
v4.1.2
to
v4.1.3
in all instances where it is used in the workflow file. This ensures that the workflow uses a secure version of the action, addressing the known vulnerability. The changes will be made in the
.github/actions/tagged_release/github/action.yml
file, specifically on lines 25 and 56. --- Suggested fixes powered by Copilot Autofix. Review carefully before merging. jmpsec/osctrl