]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CI: Replace the deprecated `::set-output` command by writing to $GITHUB_OUTPUT in...
authorTim Duesterhus <tim@bastelstu.be>
Fri, 14 Oct 2022 17:46:06 +0000 (19:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Oct 2022 17:50:34 +0000 (19:50 +0200)
commit8a03bf4052884a38ceb01274b8344676cc71a06f
treec87fda11a88d0947d10251153192222d936e3dc5
parent5d1e1317c2a35b9e98b787945b6b00cd539f9c95
CI: Replace the deprecated `::set-output` command by writing to $GITHUB_OUTPUT in matrix.py

As announced in

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

the `::set-output` command is deprecated, because processes during the workflow
execution might output untrusted information that might include the
`::set-output` command, thus allowing these untrusted information to hijack the
build.

The replacement is writing to the file indicated by the `$GITHUB_OUTPUT`
environment variable.
.github/matrix.py