Skip to content

Commit dea3a9a

Browse files
jongwoooJames Strong
authored andcommitted
Replace deprecated command with environment file (#9581)
Signed-off-by: jongwooo <[email protected]>
1 parent 7782c70 commit dea3a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulnerability-scans.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "${SHORT_TAGS[0]},${SHORT_TAGS[1]},${SHORT_TAGS[2]}"
4343
TAGS_JSON="[\"${SHORT_TAGS[0]}\",\"${SHORT_TAGS[1]}\",\"${SHORT_TAGS[2]}\"]"
4444
echo "${TAGS_JSON}"
45-
echo "::set-output name=TAGS::${TAGS_JSON}"
45+
echo "TAGS=${TAGS_JSON}" >> $GITHUB_OUTPUT
4646
4747
scan:
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)