This PR further optimizes the shared ORT GitHub action:
Update of dependencies / actions
chown of the complete runner's home directory has been removed and ORT container is nowexecuted with correct user and group id. This allows the analyzer result to be processed in following steps by the GitHub runner (e.g. zipping the result file).
📑 Description
This PR further optimizes the shared ORT GitHub action:
chown
of the complete runner's home directory has been removed and ORT container is nowexecuted with correct user and group id. This allows the analyzer result to be processed in following steps by the GitHub runner (e.g. zipping the result file).✅ Checks