libspdm icon indicating copy to clipboard operation
libspdm copied to clipboard

Github Actions Warnings

Open steven-bellock opened this issue 3 years ago • 1 comments

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.

steven-bellock avatar Oct 13 '22 19:10 steven-bellock

#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.

steven-bellock avatar Oct 13 '22 21:10 steven-bellock

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.

steven-bellock avatar Dec 07 '22 23:12 steven-bellock