Commit 7e3ad64
authored
Replace deprecated ::set-output with $GITHUB_OUTPUT (#1361)
## Summary
- Replace 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](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
due to a log injection vulnerability (untrusted data could be injected
into the output)
- The new `$GITHUB_OUTPUT` environment file approach is the recommended
replacement
## Test plan
- [ ] Verify the `check_secrets` job still correctly sets the
`has_token` output
- [ ] Verify downstream jobs that depend on `has_token` output continue
to work
NO_CHANGELOG=true
This pull request was AI-assisted by Isaac.
Signed-off-by: Hector Castejon Diaz <hector.castejon@databricks.com>1 parent b2d34e5 commit 7e3ad64
1 file changed
Lines changed: 2 additions & 2 deletions
| 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