Re: RFR: 8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command

2020-10-06 Thread Erik Joelsson
On Tue, 6 Oct 2020 06:39:55 GMT, Robin Westberg wrote: > The `set-env` command was recently deprecated in favor of a different method > of setting environment variables, due to a > security vulnerability [1]. The vulnerability does not affect our usage of > GitHub Actions, but we should neverth

Re: RFR: 8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command

2020-10-06 Thread Erik Helin
On Tue, 6 Oct 2020 06:39:55 GMT, Robin Westberg wrote: > The `set-env` command was recently deprecated in favor of a different method > of setting environment variables, due to a > security vulnerability [1]. The vulnerability does not affect our usage of > GitHub Actions, but we should neverth

RFR: 8254054: Pre-submit testing using GitHub Actions should not use the deprecated set-env command

2020-10-05 Thread Robin Westberg
The `set-env` command was recently deprecated in favor of a different method of setting environment variables, due to a security vulnerability [1]. The vulnerability does not affect our usage of GitHub Actions, but we should nevertheless update to avoid the associated deprecation warnings. [1]