We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ee9ea commit 35d98b1Copy full SHA for 35d98b1
.github/workflows/code-scanning-pack-gen.yml
@@ -55,9 +55,9 @@ jobs:
55
- name: Export Code Scanning pack matrix
56
id: export-code-scanning-pack-matrix
57
run: |
58
- echo "::set-output name=matrix::$(
+ echo "matrix=$(
59
jq --compact-output '.supported_environment | {include: .}' supported_codeql_configs.json
60
- )"
+ )" >> $GITHUB_OUTPUT
61
62
create-code-scanning-pack:
63
name: Create Code Scanning pack
0 commit comments