Commit a6a3093
authored
Replace deprecated ::set-output with $GITHUB_OUTPUT (#5527)
## Changes
Replace the deprecated `::set-output` workflow command with the
recommended `>> $GITHUB_OUTPUT` syntax in
`.github/workflows/integration-tests.yml`.
The `::set-output` command was [deprecated by GitHub in October
2022](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
because it is vulnerable to log injection attacks. The recommended
replacement is to write outputs to the `$GITHUB_OUTPUT` environment
file.
## Tests
- No functional changes; CI workflow syntax validated by GitHub Actions
on push.
NO_CHANGELOG=true
This pull request was AI-assisted by Isaac.
Signed-off-by: Hector Castejon Diaz <hector.castejon@databricks.com>1 parent 63d17a0 commit a6a3093
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments