File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 79
79
if : inputs.artifacts-upload-name == '' && inputs.sources-upload-name == ''
80
80
run : echo "Please specify either the input parameter 'artifacts-upload-name' or 'sources-upload-name'."; exit 1
81
81
82
+ - name : Assemble ENVIRONMENT_INFO
83
+ run : echo "ENVIRONMENT_INFO=-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV
84
+
82
85
- name : (Code Analysis Setup) Checkout code-graph-analysis-pipeline
83
86
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
84
87
with :
@@ -166,9 +169,6 @@ jobs:
166
169
IMPORT_GIT_LOG_DATA_IF_SOURCE_IS_PRESENT : " " # Options: "none", "aggregated", "full". default = "plugin" or ""
167
170
run : |
168
171
TYPESCRIPT_SCAN_HEAP_MEMORY=${{ inputs.typescript-scan-heap-memory }} ./../../scripts/analysis/analyze.sh ${{ inputs.analysis-arguments }}
169
-
170
- - name : Assemble ENVIRONMENT_INFO
171
- run : echo "ENVIRONMENT_INFO=-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV
172
172
173
173
- name : Set artifact name for uploaded analysis results
174
174
id : set-analysis-results-artifact-name
You can’t perform that action at this time.
0 commit comments