diff --git a/.github/workflows/__all-platform-bundle.yml b/.github/workflows/__all-platform-bundle.yml index ab879ca550..44980fc738 100644 --- a/.github/workflows/__all-platform-bundle.yml +++ b/.github/workflows/__all-platform-bundle.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: nightly-latest + fail-fast: false name: All-platform bundle permissions: contents: read diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index eac05a93f9..29527ab279 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -33,6 +33,7 @@ jobs: version: default - os: windows-latest version: default + fail-fast: false name: "Analyze: 'ref' and 'sha' from inputs" permissions: contents: read diff --git a/.github/workflows/__autobuild-action.yml b/.github/workflows/__autobuild-action.yml index a75fb33ae2..1aef221832 100644 --- a/.github/workflows/__autobuild-action.yml +++ b/.github/workflows/__autobuild-action.yml @@ -33,6 +33,7 @@ jobs: version: latest - os: windows-latest version: latest + fail-fast: false name: autobuild-action permissions: contents: read diff --git a/.github/workflows/__autobuild-direct-tracing.yml b/.github/workflows/__autobuild-direct-tracing.yml index 5b556c5bfb..f4dd241b3d 100644 --- a/.github/workflows/__autobuild-direct-tracing.yml +++ b/.github/workflows/__autobuild-direct-tracing.yml @@ -35,6 +35,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: Autobuild direct tracing permissions: contents: read diff --git a/.github/workflows/__build-mode-autobuild.yml b/.github/workflows/__build-mode-autobuild.yml index 4311aa6467..3d6d17789e 100644 --- a/.github/workflows/__build-mode-autobuild.yml +++ b/.github/workflows/__build-mode-autobuild.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Build mode autobuild permissions: contents: read diff --git a/.github/workflows/__build-mode-manual.yml b/.github/workflows/__build-mode-manual.yml index c7174202e2..f9368a8147 100644 --- a/.github/workflows/__build-mode-manual.yml +++ b/.github/workflows/__build-mode-manual.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Build mode manual permissions: contents: read diff --git a/.github/workflows/__build-mode-none.yml b/.github/workflows/__build-mode-none.yml index 92998aaf27..c6fbdad242 100644 --- a/.github/workflows/__build-mode-none.yml +++ b/.github/workflows/__build-mode-none.yml @@ -31,6 +31,7 @@ jobs: version: latest - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Build mode none permissions: contents: read diff --git a/.github/workflows/__build-mode-rollback.yml b/.github/workflows/__build-mode-rollback.yml index 7d462ea2be..cc912bd5b4 100644 --- a/.github/workflows/__build-mode-rollback.yml +++ b/.github/workflows/__build-mode-rollback.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Build mode rollback permissions: contents: read diff --git a/.github/workflows/__config-export.yml b/.github/workflows/__config-export.yml index 6a88751227..598a8a553c 100644 --- a/.github/workflows/__config-export.yml +++ b/.github/workflows/__config-export.yml @@ -39,6 +39,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: Config export permissions: contents: read diff --git a/.github/workflows/__config-input.yml b/.github/workflows/__config-input.yml index 619c18ab93..ef109fe227 100644 --- a/.github/workflows/__config-input.yml +++ b/.github/workflows/__config-input.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: latest + fail-fast: false name: Config input permissions: contents: read diff --git a/.github/workflows/__cpp-deptrace-disabled.yml b/.github/workflows/__cpp-deptrace-disabled.yml index b2bf0231f6..05f519e346 100644 --- a/.github/workflows/__cpp-deptrace-disabled.yml +++ b/.github/workflows/__cpp-deptrace-disabled.yml @@ -33,6 +33,7 @@ jobs: version: default - os: ubuntu-latest version: nightly-latest + fail-fast: false name: 'C/C++: disabling autoinstalling dependencies (Linux)' permissions: contents: read diff --git a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml index fe766f0d64..81e21dcd34 100644 --- a/.github/workflows/__cpp-deptrace-enabled-on-macos.yml +++ b/.github/workflows/__cpp-deptrace-enabled-on-macos.yml @@ -29,6 +29,7 @@ jobs: include: - os: macos-latest version: nightly-latest + fail-fast: false name: 'C/C++: autoinstalling dependencies is skipped (macOS)' permissions: contents: read diff --git a/.github/workflows/__cpp-deptrace-enabled.yml b/.github/workflows/__cpp-deptrace-enabled.yml index 44485e9c2f..5d811ee31f 100644 --- a/.github/workflows/__cpp-deptrace-enabled.yml +++ b/.github/workflows/__cpp-deptrace-enabled.yml @@ -33,6 +33,7 @@ jobs: version: default - os: ubuntu-latest version: nightly-latest + fail-fast: false name: 'C/C++: autoinstalling dependencies (Linux)' permissions: contents: read diff --git a/.github/workflows/__diagnostics-export.yml b/.github/workflows/__diagnostics-export.yml index 3c5fced950..48dd2f5db9 100644 --- a/.github/workflows/__diagnostics-export.yml +++ b/.github/workflows/__diagnostics-export.yml @@ -45,6 +45,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: Diagnostic export permissions: contents: read diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 7f5ceace17..4a896527ee 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -33,6 +33,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: Export file baseline information permissions: contents: read diff --git a/.github/workflows/__extractor-ram-threads.yml b/.github/workflows/__extractor-ram-threads.yml index 281b816e30..98a67e0955 100644 --- a/.github/workflows/__extractor-ram-threads.yml +++ b/.github/workflows/__extractor-ram-threads.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: latest + fail-fast: false name: Extractor ram and threads options test permissions: contents: read diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index c9fca09a85..b2e312e5da 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -75,6 +75,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: 'Go: Custom queries' permissions: contents: read diff --git a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml index 3b7f058459..9ae496e53c 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-diagnostic.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: stable-v2.14.6 + fail-fast: false name: 'Go: diagnostic when Go is changed after init step' permissions: contents: read diff --git a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml index 5a97492ace..a30c0612d7 100644 --- a/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml +++ b/.github/workflows/__go-indirect-tracing-workaround-no-file-program.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: stable-v2.14.6 + fail-fast: false name: 'Go: diagnostic when `file` is not installed' permissions: contents: read diff --git a/.github/workflows/__go-indirect-tracing-workaround.yml b/.github/workflows/__go-indirect-tracing-workaround.yml index 0a28bf40ba..178ede0dde 100644 --- a/.github/workflows/__go-indirect-tracing-workaround.yml +++ b/.github/workflows/__go-indirect-tracing-workaround.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: stable-v2.14.6 + fail-fast: false name: 'Go: workaround for indirect tracing' permissions: contents: read diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index 0370c3686c..5024adfb32 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -59,6 +59,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: 'Go: tracing with autobuilder step' permissions: contents: read diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index d1814fa014..50432a23cc 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -59,6 +59,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: 'Go: tracing with custom build steps' permissions: contents: read diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 439ccbefc3..b6cda6a761 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -59,6 +59,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: 'Go: tracing with legacy workflow' permissions: contents: read diff --git a/.github/workflows/__init-with-registries.yml b/.github/workflows/__init-with-registries.yml index 55f28ebb70..7a10efb051 100644 --- a/.github/workflows/__init-with-registries.yml +++ b/.github/workflows/__init-with-registries.yml @@ -45,6 +45,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: 'Packaging: Download using registries' permissions: contents: read diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index 3a4d488e65..6a99d2c2a1 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -33,6 +33,7 @@ jobs: version: default - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Custom source root permissions: contents: read diff --git a/.github/workflows/__language-aliases.yml b/.github/workflows/__language-aliases.yml index d352194ff6..7320747983 100644 --- a/.github/workflows/__language-aliases.yml +++ b/.github/workflows/__language-aliases.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: latest + fail-fast: false name: Language aliases permissions: contents: read diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 553e4e846c..c3b3f521c3 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -59,6 +59,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: Multi-language repository permissions: contents: read diff --git a/.github/workflows/__packaging-codescanning-config-inputs-js.yml b/.github/workflows/__packaging-codescanning-config-inputs-js.yml index 8cbba1490f..2a7005cb7d 100644 --- a/.github/workflows/__packaging-codescanning-config-inputs-js.yml +++ b/.github/workflows/__packaging-codescanning-config-inputs-js.yml @@ -45,6 +45,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: 'Packaging: Config and input passed to the CLI' permissions: contents: read diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index f8aa3b1cda..b2e47ac580 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -45,6 +45,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: 'Packaging: Config and input' permissions: contents: read diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index b8759ccacb..f149e90b30 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -45,6 +45,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: 'Packaging: Config file' permissions: contents: read diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 168c6436bb..bb7dfe5c1f 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -45,6 +45,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: 'Packaging: Action input' permissions: contents: read diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index 928f5cbcb1..44a6c3070a 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -75,6 +75,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: Remote config file permissions: contents: read diff --git a/.github/workflows/__resolve-environment-action.yml b/.github/workflows/__resolve-environment-action.yml index fca1875c60..f24ac4dade 100644 --- a/.github/workflows/__resolve-environment-action.yml +++ b/.github/workflows/__resolve-environment-action.yml @@ -51,6 +51,7 @@ jobs: version: nightly-latest - os: windows-latest version: nightly-latest + fail-fast: false name: Resolve environment permissions: contents: read diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index 9ca1e81434..43db689a68 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: default + fail-fast: false name: RuboCop multi-language permissions: contents: read diff --git a/.github/workflows/__ruby.yml b/.github/workflows/__ruby.yml index eac335e6d7..efd5126cfa 100644 --- a/.github/workflows/__ruby.yml +++ b/.github/workflows/__ruby.yml @@ -39,6 +39,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: Ruby analysis permissions: contents: read diff --git a/.github/workflows/__scaling-reserved-ram.yml b/.github/workflows/__scaling-reserved-ram.yml index e8976d5b05..e7c72c734e 100644 --- a/.github/workflows/__scaling-reserved-ram.yml +++ b/.github/workflows/__scaling-reserved-ram.yml @@ -59,6 +59,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: Scaling reserved RAM permissions: contents: read diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index 899d5152d6..22efba1456 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -39,6 +39,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: Split workflow permissions: contents: read diff --git a/.github/workflows/__submit-sarif-failure.yml b/.github/workflows/__submit-sarif-failure.yml index 4b0b5bce40..2924b87e42 100644 --- a/.github/workflows/__submit-sarif-failure.yml +++ b/.github/workflows/__submit-sarif-failure.yml @@ -33,6 +33,7 @@ jobs: version: default - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Submit SARIF after failure permissions: contents: read diff --git a/.github/workflows/__swift-custom-build.yml b/.github/workflows/__swift-custom-build.yml index 22d75ba6c7..660277dcdc 100644 --- a/.github/workflows/__swift-custom-build.yml +++ b/.github/workflows/__swift-custom-build.yml @@ -39,6 +39,7 @@ jobs: version: nightly-latest - os: macos-latest version: nightly-latest + fail-fast: false name: Swift analysis using a custom build command permissions: contents: read diff --git a/.github/workflows/__test-autobuild-working-dir.yml b/.github/workflows/__test-autobuild-working-dir.yml index 0756ca952d..07aecb7117 100644 --- a/.github/workflows/__test-autobuild-working-dir.yml +++ b/.github/workflows/__test-autobuild-working-dir.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: latest + fail-fast: false name: Autobuild working directory permissions: contents: read diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index 7496656039..c3424bc2a6 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Local CodeQL bundle permissions: contents: read diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index be9bf0200c..7c835d3135 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -29,6 +29,7 @@ jobs: include: - os: ubuntu-latest version: latest + fail-fast: false name: Proxy test permissions: contents: read diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index df72d02cde..bd2d58a588 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -43,6 +43,7 @@ jobs: version: latest - os: ubuntu-latest version: nightly-latest + fail-fast: false name: Test unsetting environment variables permissions: contents: read diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index 7c5f68076b..ace6f9d28a 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -33,6 +33,7 @@ jobs: version: default - os: windows-latest version: default + fail-fast: false name: "Upload-sarif: 'ref' and 'sha' from inputs" permissions: contents: read diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index 8382937111..1f082011a6 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -33,6 +33,7 @@ jobs: version: latest - os: windows-latest version: latest + fail-fast: false name: Use a custom `checkout_path` permissions: contents: read diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 5cb8b498f4..be61a3ab0a 100755 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -121,6 +121,7 @@ def writeHeader(checkStream): 'include': matrix } }, + 'fail-fast': False, 'name': checkSpecification['name'], 'permissions': { 'contents': 'read',