Github Actions Warnings
Github Actions is producing a lot of warnings. For example see https://github.com/DMTF/libspdm/pull/1288/checks
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/checkout
For some of them I think we just need to update version. For example actions/checkout is on version 3.
#1290 seems to have fixed all the warning that we control. The warnings for CodeQL and the other actions we use should be fixed upstream. I will keep this issue open until they are all fixed.
These appear to be resolved as the only warning now says
ubuntu-latest pipelines will use ubuntu-22.04 soon. For more details, see https://github.com/actions/runner-images/issues/6399
I thought we were already using 22.04 though.