Skip to content

Replace deprecated ::set-output with $GITHUB_OUTPUT#5527

Merged
hectorcast-db merged 1 commit intomainfrom
fix/replace-deprecated-set-output
Mar 26, 2026
Merged

Replace deprecated ::set-output with $GITHUB_OUTPUT#5527
hectorcast-db merged 1 commit intomainfrom
fix/replace-deprecated-set-output

Conversation

@hectorcast-db
Copy link
Copy Markdown
Contributor

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

The ::set-output workflow command is deprecated and vulnerable to log
injection. Replace with the recommended >> $GITHUB_OUTPUT syntax.

Co-authored-by: Isaac
Signed-off-by: Hector Castejon Diaz <hector.castejon@databricks.com>
@hectorcast-db hectorcast-db requested review from a team as code owners March 26, 2026 08:06
@hectorcast-db hectorcast-db requested review from Divyansh-db and removed request for a team March 26, 2026 08:06
@github-actions
Copy link
Copy Markdown

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 5527
  • Commit SHA: 193554d3730120c0c9c437d262ca997e4832c94f

Checks will be approved automatically on success.

@hectorcast-db hectorcast-db enabled auto-merge March 26, 2026 08:14
@hectorcast-db hectorcast-db added this pull request to the merge queue Mar 26, 2026
Merged via the queue into main with commit a6a3093 Mar 26, 2026
12 checks passed
@hectorcast-db hectorcast-db deleted the fix/replace-deprecated-set-output branch March 26, 2026 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants