phoenix
phoenix copied to clipboard
ci: update actions to pinned SHA numbers
Description:
Update the actions in the testnet-build.yml file to pinned commit SHAs.
The following actions were updated to the latest version:
actions/checkout previously v2, now v4.2.2
The following actions were NOT updated:
actions/cache previously v4, now v4.2.3
actions/setup-java previously v1, now v1.4.4
actions/upload-artifact previously v4, now v4.6.2
~~Also I've added the config file for dependabot in dependabot.yml. The maintainers of this repo will need to enable dependabot:
Settings Tab > Security > Advanced Security > Enable Dependabot.~~
Related Issue(s):
Fixes #716