Skip to content

Commit 35d98b1

Browse files
committed
Replace ::set-output
1 parent 30ee9ea commit 35d98b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ jobs:
5555
- name: Export Code Scanning pack matrix
5656
id: export-code-scanning-pack-matrix
5757
run: |
58-
echo "::set-output name=matrix::$(
58+
echo "matrix=$(
5959
jq --compact-output '.supported_environment | {include: .}' supported_codeql_configs.json
60-
)"
60+
)" >> $GITHUB_OUTPUT
6161
6262
create-code-scanning-pack:
6363
name: Create Code Scanning pack

0 commit comments

Comments
 (0)