Skip to content

Merge releases/v3 into releases/v2 #4322

Merge releases/v3 into releases/v2

Merge releases/v3 into releases/v2 #4322

Triggered via pull request May 20, 2024 14:40
Status Failure
Total duration 6m 26s
Artifacts

__unset-environment.yml

on: pull_request
Matrix: Test unsetting environment variables
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 29 warnings
Test unsetting environment variables (ubuntu-latest, default)
Process completed with exit code 1.
Test unsetting environment variables (ubuntu-latest, latest)
Process completed with exit code 1.
Test unsetting environment variables (ubuntu-latest, stable-v2.16.6)
Process completed with exit code 1.
Test unsetting environment variables (ubuntu-latest, default)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, default)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Test unsetting environment variables (ubuntu-latest, default)
Encountered an error when evaluating display name ${{ format('CPP_DB="{0}" if [[ ! -d "$CPP_DB" ]] || [[ ! "$CPP_DB" == "${{RUNNER_TEMP}}/customDbLocation/cpp" ]]; then echo "::error::Did not create a database for CPP, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/cpp'' but actual was ''${{CPP_DB}}''" exit 1 fi CSHARP_DB="{1}" if [[ ! -d "$CSHARP_DB" ]] || [[ ! "$CSHARP_DB" == "${{RUNNER_TEMP}}/customDbLocation/csharp" ]]; then echo "::error::Did not create a database for C Sharp, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/csharp'' but actual was ''${{CSHARP_DB}}''" exit 1 fi GO_DB="{2}" if [[ ! -d "$GO_DB" ]] || [[ ! "$GO_DB" == "${{RUNNER_TEMP}}/customDbLocation/go" ]]; then echo "::error::Did not create a database for Go, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/go'' but actual was ''${{GO_DB}}''" exit 1 fi JAVA_DB="{3}" if [[ ! -d "$JAVA_DB" ]] || [[ ! "$JAVA_DB" == "${{RUNNER_TEMP}}/customDbLocation/java" ]]; then echo "::error::Did not create a database for Java, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/java'' but actual was ''${{JAVA_DB}}''" exit 1 fi JAVASCRIPT_DB="{4}" if [[ ! -d "$JAVASCRIPT_DB" ]] || [[ ! "$JAVASCRIPT_DB" == "${{RUNNER_TEMP}}/customDbLocation/javascript" ]]; then echo "::error::Did not create a database for Javascript, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/javascript'' but actual was ''${{JAVASCRIPT_DB}}''" exit 1 fi PYTHON_DB="{5}" if [[ ! -d "$PYTHON_DB" ]] || [[ ! "$PYTHON_DB" == "${{RUNNER_TEMP}}/customDbLocation/python" ]]; then echo "::error::Did not create a database for Python, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/python'' but actual was ''${{PYTHON_DB}}''" exit 1 fi ', fromJson(steps.analysis.outputs.db-locations).cpp, fromJson(steps.analysis.outputs.db-locations).csharp, fromJson(steps.analysis.outputs.db-locations).go, fromJson(steps.analysis.outputs.db-locations).java, fromJson(steps.analysis.outputs.db-locations).javascript, fromJson(steps.analysis.outputs.db-locations).python) }}. The template is not valid. .github/workflows/__unset-environment.yml (Line: 93, Col: 14): Error reading JToken from JsonReader. Path '', line 0, position 0.
Test unsetting environment variables (ubuntu-latest, latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, latest)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Test unsetting environment variables (ubuntu-latest, latest)
`tools: latest` has been renamed to `tools: linked`, but the old name is still supported for now. No action is required.
Test unsetting environment variables (ubuntu-latest, latest)
Encountered an error when evaluating display name ${{ format('CPP_DB="{0}" if [[ ! -d "$CPP_DB" ]] || [[ ! "$CPP_DB" == "${{RUNNER_TEMP}}/customDbLocation/cpp" ]]; then echo "::error::Did not create a database for CPP, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/cpp'' but actual was ''${{CPP_DB}}''" exit 1 fi CSHARP_DB="{1}" if [[ ! -d "$CSHARP_DB" ]] || [[ ! "$CSHARP_DB" == "${{RUNNER_TEMP}}/customDbLocation/csharp" ]]; then echo "::error::Did not create a database for C Sharp, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/csharp'' but actual was ''${{CSHARP_DB}}''" exit 1 fi GO_DB="{2}" if [[ ! -d "$GO_DB" ]] || [[ ! "$GO_DB" == "${{RUNNER_TEMP}}/customDbLocation/go" ]]; then echo "::error::Did not create a database for Go, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/go'' but actual was ''${{GO_DB}}''" exit 1 fi JAVA_DB="{3}" if [[ ! -d "$JAVA_DB" ]] || [[ ! "$JAVA_DB" == "${{RUNNER_TEMP}}/customDbLocation/java" ]]; then echo "::error::Did not create a database for Java, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/java'' but actual was ''${{JAVA_DB}}''" exit 1 fi JAVASCRIPT_DB="{4}" if [[ ! -d "$JAVASCRIPT_DB" ]] || [[ ! "$JAVASCRIPT_DB" == "${{RUNNER_TEMP}}/customDbLocation/javascript" ]]; then echo "::error::Did not create a database for Javascript, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/javascript'' but actual was ''${{JAVASCRIPT_DB}}''" exit 1 fi PYTHON_DB="{5}" if [[ ! -d "$PYTHON_DB" ]] || [[ ! "$PYTHON_DB" == "${{RUNNER_TEMP}}/customDbLocation/python" ]]; then echo "::error::Did not create a database for Python, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/python'' but actual was ''${{PYTHON_DB}}''" exit 1 fi ', fromJson(steps.analysis.outputs.db-locations).cpp, fromJson(steps.analysis.outputs.db-locations).csharp, fromJson(steps.analysis.outputs.db-locations).go, fromJson(steps.analysis.outputs.db-locations).java, fromJson(steps.analysis.outputs.db-locations).javascript, fromJson(steps.analysis.outputs.db-locations).python) }}. The template is not valid. .github/workflows/__unset-environment.yml (Line: 93, Col: 14): Error reading JToken from JsonReader. Path '', line 0, position 0.
Test unsetting environment variables (ubuntu-latest, stable-v2.16.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, stable-v2.16.6)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Test unsetting environment variables (ubuntu-latest, stable-v2.16.6)
Encountered an error when evaluating display name ${{ format('CPP_DB="{0}" if [[ ! -d "$CPP_DB" ]] || [[ ! "$CPP_DB" == "${{RUNNER_TEMP}}/customDbLocation/cpp" ]]; then echo "::error::Did not create a database for CPP, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/cpp'' but actual was ''${{CPP_DB}}''" exit 1 fi CSHARP_DB="{1}" if [[ ! -d "$CSHARP_DB" ]] || [[ ! "$CSHARP_DB" == "${{RUNNER_TEMP}}/customDbLocation/csharp" ]]; then echo "::error::Did not create a database for C Sharp, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/csharp'' but actual was ''${{CSHARP_DB}}''" exit 1 fi GO_DB="{2}" if [[ ! -d "$GO_DB" ]] || [[ ! "$GO_DB" == "${{RUNNER_TEMP}}/customDbLocation/go" ]]; then echo "::error::Did not create a database for Go, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/go'' but actual was ''${{GO_DB}}''" exit 1 fi JAVA_DB="{3}" if [[ ! -d "$JAVA_DB" ]] || [[ ! "$JAVA_DB" == "${{RUNNER_TEMP}}/customDbLocation/java" ]]; then echo "::error::Did not create a database for Java, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/java'' but actual was ''${{JAVA_DB}}''" exit 1 fi JAVASCRIPT_DB="{4}" if [[ ! -d "$JAVASCRIPT_DB" ]] || [[ ! "$JAVASCRIPT_DB" == "${{RUNNER_TEMP}}/customDbLocation/javascript" ]]; then echo "::error::Did not create a database for Javascript, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/javascript'' but actual was ''${{JAVASCRIPT_DB}}''" exit 1 fi PYTHON_DB="{5}" if [[ ! -d "$PYTHON_DB" ]] || [[ ! "$PYTHON_DB" == "${{RUNNER_TEMP}}/customDbLocation/python" ]]; then echo "::error::Did not create a database for Python, or created it in the wrong location." \ "Expected location was ''${{RUNNER_TEMP}}/customDbLocation/python'' but actual was ''${{PYTHON_DB}}''" exit 1 fi ', fromJson(steps.analysis.outputs.db-locations).cpp, fromJson(steps.analysis.outputs.db-locations).csharp, fromJson(steps.analysis.outputs.db-locations).go, fromJson(steps.analysis.outputs.db-locations).java, fromJson(steps.analysis.outputs.db-locations).javascript, fromJson(steps.analysis.outputs.db-locations).python) }}. The template is not valid. .github/workflows/__unset-environment.yml (Line: 93, Col: 14): Error reading JToken from JsonReader. Path '', line 0, position 0.
Test unsetting environment variables (ubuntu-latest, stable-20230403)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init, ./../action/analyze. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, stable-20230403)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Test unsetting environment variables (ubuntu-latest, stable-20230403)
CodeQL Action versions 3.25.0 and later, and versions 2.25.0 and later no longer install Python dependencies. We recommend upgrading to at least CodeQL Bundle 2.16.0 to avoid any potential problems due to this (you are currently using 2.12.6). Alternatively, we recommend downgrading the CodeQL Action to version 3.24.10 (for customers using github.com or GitHub Enterprise Server v3.12 or later) or 2.24.10 (for customers using GitHub Enterprise Server v3.11 or earlier).
Test unsetting environment variables (ubuntu-latest, stable-20230403)
The CodeQL CLI does not support merging SARIF files. Merging files in the action.
Test unsetting environment variables (ubuntu-latest, stable-20230403)
Uploading multiple CodeQL runs with the same category is deprecated and will be removed on June 4, 2025 for CodeQL CLI 2.16.6 and earlier. Please update your CodeQL CLI version or update your workflow to set a distinct category for each CodeQL run. For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload
Test unsetting environment variables (ubuntu-latest, stable-v2.13.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init, ./../action/analyze. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, stable-v2.13.5)
The CodeQL CLI does not support merging SARIF files. Merging files in the action.
Test unsetting environment variables (ubuntu-latest, stable-v2.13.5)
Uploading multiple CodeQL runs with the same category is deprecated and will be removed on June 4, 2025 for CodeQL CLI 2.16.6 and earlier. Please update your CodeQL CLI version or update your workflow to set a distinct category for each CodeQL run. For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload
Test unsetting environment variables (ubuntu-latest, stable-v2.13.5)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Test unsetting environment variables (ubuntu-latest, stable-v2.14.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init, ./../action/analyze. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, stable-v2.14.6)
The CodeQL CLI does not support merging SARIF files. Merging files in the action.
Test unsetting environment variables (ubuntu-latest, stable-v2.14.6)
Uploading multiple CodeQL runs with the same category is deprecated and will be removed on June 4, 2025 for CodeQL CLI 2.16.6 and earlier. Please update your CodeQL CLI version or update your workflow to set a distinct category for each CodeQL run. For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload
Test unsetting environment variables (ubuntu-latest, stable-v2.14.6)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Test unsetting environment variables (ubuntu-latest, stable-v2.15.5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init, ./../action/analyze. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, stable-v2.15.5)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Test unsetting environment variables (ubuntu-latest, stable-v2.15.5)
The CodeQL CLI does not support merging SARIF files. Merging files in the action.
Test unsetting environment variables (ubuntu-latest, stable-v2.15.5)
Uploading multiple CodeQL runs with the same category is deprecated and will be removed on June 4, 2025 for CodeQL CLI 2.16.6 and earlier. Please update your CodeQL CLI version or update your workflow to set a distinct category for each CodeQL run. For more information, see https://github.blog/changelog/2024-05-06-code-scanning-will-stop-combining-runs-from-a-single-upload
Test unsetting environment variables (ubuntu-latest, nightly-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ./../action/init, ./../action/analyze. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test unsetting environment variables (ubuntu-latest, nightly-latest)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/