File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 if : inputs.artifacts-upload-name == '' && inputs.sources-upload-name == ''
8080 run : echo "Please specify either the input parameter 'artifacts-upload-name' or 'sources-upload-name'."; exit 1
8181
82+ - name : Assemble ENVIRONMENT_INFO
83+ run : echo "ENVIRONMENT_INFO=-java-${{ matrix.java }}-python-${{ matrix.python }}-miniforge-${{ matrix.miniforge }}" >> $GITHUB_ENV
84+
8285 - name : (Code Analysis Setup) Checkout code-graph-analysis-pipeline
8386 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8487 with :
@@ -166,9 +169,6 @@ jobs:
166169 IMPORT_GIT_LOG_DATA_IF_SOURCE_IS_PRESENT : " " # Options: "none", "aggregated", "full". default = "plugin" or ""
167170 run : |
168171 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
172172
173173 - name : Set artifact name for uploaded analysis results
174174 id : set-analysis-results-artifact-name
You can’t perform that action at this time.
0 commit comments