From 44198be7816d93a661e7078420f7b65becd61c84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Mar 2022 16:22:37 +0000 Subject: [PATCH 1/9] 1.1.4 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a96ac03e7..444fc83c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CodeQL Action and CodeQL Runner Changelog -## [UNRELEASED] +## 1.1.4 - 07 Mar 2022 - Update default CodeQL bundle version to 2.8.2. - Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. From a33ae09fb8ab9bd2e8973c91e9dc1e8548107ed8 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Mon, 7 Mar 2022 17:44:04 +0100 Subject: [PATCH 2/9] Update CHANGELOG.md Co-authored-by: Andrew Eisenberg --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 444fc83c99..4cf45ecff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 1.1.4 - 07 Mar 2022 - Update default CodeQL bundle version to 2.8.2. -- Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. +- Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. [#955](https://github.com/github/codeql-action/pull/955) ## 1.1.3 - 23 Feb 2022 From e75fa83dde57a6c039175025f66fb323437c3826 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Mon, 7 Mar 2022 17:49:53 +0100 Subject: [PATCH 3/9] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf45ecff0..23fb0a5566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.1.4 - 07 Mar 2022 -- Update default CodeQL bundle version to 2.8.2. +- Update default CodeQL bundle version to 2.8.2. [#950](https://github.com/github/codeql-action/pull/950) - Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. [#955](https://github.com/github/codeql-action/pull/955) ## 1.1.3 - 23 Feb 2022 From 701b6a5569ac6833a2a19a58a5eec6b77db6fe47 Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Mon, 7 Mar 2022 18:15:18 +0100 Subject: [PATCH 4/9] Update CHANGELOG.md Co-authored-by: Andrew Eisenberg --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fb0a5566..45da478a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Update default CodeQL bundle version to 2.8.2. [#950](https://github.com/github/codeql-action/pull/950) - Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. [#955](https://github.com/github/codeql-action/pull/955) +- Fail with a meaningful error message for Windows 11 and Windows Server 2022 which are currently unsupported. [#869](https://github.com/github/codeql-action/pull/869) ## 1.1.3 - 23 Feb 2022 From 1f44993f56c412441e36a537766d02d00907cdce Mon Sep 17 00:00:00 2001 From: Henning Makholm Date: Mon, 7 Mar 2022 20:24:16 +0100 Subject: [PATCH 5/9] Update CHANGELOG.md --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45da478a8c..23fb0a5566 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ - Update default CodeQL bundle version to 2.8.2. [#950](https://github.com/github/codeql-action/pull/950) - Fix a bug where old results can be uploaded if the languages in a repository change when using a non-ephemeral self-hosted runner. [#955](https://github.com/github/codeql-action/pull/955) -- Fail with a meaningful error message for Windows 11 and Windows Server 2022 which are currently unsupported. [#869](https://github.com/github/codeql-action/pull/869) ## 1.1.3 - 23 Feb 2022 From d430deb9275788585e8b8d7e63a59dc52e558b96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Mar 2022 21:02:19 +0000 Subject: [PATCH 6/9] Update changelog and version after v1.1.4 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23fb0a5566..8bf06bb2ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CodeQL Action and CodeQL Runner Changelog +## [UNRELEASED] + +No user facing changes. + ## 1.1.4 - 07 Mar 2022 - Update default CodeQL bundle version to 2.8.2. [#950](https://github.com/github/codeql-action/pull/950) From 0e0e9340385a8f2e8d5a56708eb7d23a30851836 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Mar 2022 21:02:20 +0000 Subject: [PATCH 7/9] 1.1.5 --- package-lock.json | 4 ++-- package.json | 4 ++-- runner/package-lock.json | 2 +- runner/package.json | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99ba01ab96..179f05f58d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeql", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeql", - "version": "1.1.4", + "version": "1.1.5", "license": "MIT", "dependencies": { "@actions/artifact": "^1.0.0", diff --git a/package.json b/package.json index 71a5dc88de..5b3e4e1177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.1.4", + "version": "1.1.5", "private": true, "description": "CodeQL action", "scripts": { @@ -75,4 +75,4 @@ "resolutions": { "glob-parent": ">=5.1.2" } -} \ No newline at end of file +} diff --git a/runner/package-lock.json b/runner/package-lock.json index 4e96b176d2..cc87f67813 100644 --- a/runner/package-lock.json +++ b/runner/package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/runner/package.json b/runner/package.json index 16d29040c4..80a5146dac 100644 --- a/runner/package.json +++ b/runner/package.json @@ -1,6 +1,6 @@ { "name": "codeql-runner", - "version": "1.1.4", + "version": "1.1.5", "private": true, "description": "CodeQL runner", "scripts": { @@ -14,4 +14,4 @@ "webpack": "^5.50.0", "webpack-cli": "^4.7.2" } -} \ No newline at end of file +} From c825c2466336f3aa13e8d397b5b5a6595e855ea8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 7 Mar 2022 22:12:02 +0000 Subject: [PATCH 8/9] Update checked-in dependencies --- node_modules/.package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 3c832f45ea..1ca5c33342 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -1,6 +1,6 @@ { "name": "codeql", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 2, "requires": true, "packages": { From 628afae9d3aa399f3ba7f515623510c930e61e6a Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Tue, 8 Mar 2022 14:57:35 -0800 Subject: [PATCH 9/9] Add a timeout of 30 min For all CI jobs. Based on some eye-balling 30 minutes should be enough time for all jobs to complete. --- .github/workflows/__analyze-ref-input.yml | 1 + .github/workflows/__debug-artifacts.yml | 1 + .github/workflows/__extractor-ram-threads.yml | 1 + .github/workflows/__go-custom-queries.yml | 1 + .../workflows/__go-custom-tracing-autobuild.yml | 1 + .github/workflows/__go-custom-tracing.yml | 1 + .github/workflows/__javascript-source-root.yml | 1 + .../workflows/__multi-language-autodetect.yml | 1 + .../workflows/__packaging-config-inputs-js.yml | 1 + .github/workflows/__packaging-config-js.yml | 1 + .github/workflows/__packaging-inputs-js.yml | 1 + .github/workflows/__remote-config.yml | 1 + .github/workflows/__rubocop-multi-language.yml | 1 + .github/workflows/__split-workflow.yml | 1 + .github/workflows/__test-local-codeql.yml | 1 + .github/workflows/__test-proxy.yml | 1 + .github/workflows/__test-ruby.yml | 1 + .github/workflows/__unset-environment.yml | 1 + .github/workflows/__upload-ref-sha-input.yml | 1 + .github/workflows/pr-checks.yml | 16 ++++++++++++++++ .github/workflows/python-deps.yml | 1 + .github/workflows/release-runner.yml | 1 + .github/workflows/split.yml | 1 + .github/workflows/update-dependencies.yml | 1 + .github/workflows/update-release-branch.yml | 1 + ...date-supported-enterprise-server-versions.yml | 1 + pr-checks/sync.py | 1 + 27 files changed, 42 insertions(+) diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index a5941f68d5..af88553934 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -65,6 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: "Analyze: 'ref' and 'sha' from inputs" + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__debug-artifacts.yml b/.github/workflows/__debug-artifacts.yml index 03d8e0130f..12f0344aee 100644 --- a/.github/workflows/__debug-artifacts.yml +++ b/.github/workflows/__debug-artifacts.yml @@ -49,6 +49,7 @@ jobs: - os: macos-latest version: nightly-latest name: Debug artifact upload + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__extractor-ram-threads.yml b/.github/workflows/__extractor-ram-threads.yml index 65dd886ddc..62cfbd75c7 100644 --- a/.github/workflows/__extractor-ram-threads.yml +++ b/.github/workflows/__extractor-ram-threads.yml @@ -27,6 +27,7 @@ jobs: - os: ubuntu-latest version: latest name: Extractor ram and threads options test + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index 46d1a2f301..2b5af14653 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -65,6 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: 'Go: Custom queries' + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__go-custom-tracing-autobuild.yml b/.github/workflows/__go-custom-tracing-autobuild.yml index 66fd994b96..326d340e31 100644 --- a/.github/workflows/__go-custom-tracing-autobuild.yml +++ b/.github/workflows/__go-custom-tracing-autobuild.yml @@ -49,6 +49,7 @@ jobs: - os: macos-latest version: nightly-latest name: 'Go: Autobuild custom tracing' + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__go-custom-tracing.yml b/.github/workflows/__go-custom-tracing.yml index 940040c749..11e994b557 100644 --- a/.github/workflows/__go-custom-tracing.yml +++ b/.github/workflows/__go-custom-tracing.yml @@ -65,6 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: 'Go: Custom tracing' + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__javascript-source-root.yml b/.github/workflows/__javascript-source-root.yml index c8e544c6f9..8df0a79e9c 100644 --- a/.github/workflows/__javascript-source-root.yml +++ b/.github/workflows/__javascript-source-root.yml @@ -31,6 +31,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: Custom source root + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 6e93758a21..1326695578 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -49,6 +49,7 @@ jobs: - os: macos-latest version: nightly-latest name: Multi-language repository + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__packaging-config-inputs-js.yml b/.github/workflows/__packaging-config-inputs-js.yml index cf93974bb9..89db9b8f7e 100644 --- a/.github/workflows/__packaging-config-inputs-js.yml +++ b/.github/workflows/__packaging-config-inputs-js.yml @@ -29,6 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: 'Packaging: Config and input' + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__packaging-config-js.yml b/.github/workflows/__packaging-config-js.yml index cd4fb2f56f..2a7ead3710 100644 --- a/.github/workflows/__packaging-config-js.yml +++ b/.github/workflows/__packaging-config-js.yml @@ -29,6 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: 'Packaging: Config file' + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__packaging-inputs-js.yml b/.github/workflows/__packaging-inputs-js.yml index 47878ca93f..a542a32820 100644 --- a/.github/workflows/__packaging-inputs-js.yml +++ b/.github/workflows/__packaging-inputs-js.yml @@ -29,6 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: 'Packaging: Action input' + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index fb01ff0dcf..c60d2cd863 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -65,6 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: Remote config file + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__rubocop-multi-language.yml b/.github/workflows/__rubocop-multi-language.yml index 2df8aee56d..27a7c94ea4 100644 --- a/.github/workflows/__rubocop-multi-language.yml +++ b/.github/workflows/__rubocop-multi-language.yml @@ -37,6 +37,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: RuboCop multi-language + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__split-workflow.yml b/.github/workflows/__split-workflow.yml index 381e805450..cc3a0672e2 100644 --- a/.github/workflows/__split-workflow.yml +++ b/.github/workflows/__split-workflow.yml @@ -29,6 +29,7 @@ jobs: - os: macos-latest version: nightly-20210831 name: Split workflow + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__test-local-codeql.yml b/.github/workflows/__test-local-codeql.yml index 46cf62f61e..1608cd2a08 100644 --- a/.github/workflows/__test-local-codeql.yml +++ b/.github/workflows/__test-local-codeql.yml @@ -27,6 +27,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: Local CodeQL bundle + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml index e0a491e3cf..cef69e4e77 100644 --- a/.github/workflows/__test-proxy.yml +++ b/.github/workflows/__test-proxy.yml @@ -27,6 +27,7 @@ jobs: - os: ubuntu-latest version: latest name: Proxy test + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__test-ruby.yml b/.github/workflows/__test-ruby.yml index 7cb4b9a866..03b45bea40 100644 --- a/.github/workflows/__test-ruby.yml +++ b/.github/workflows/__test-ruby.yml @@ -37,6 +37,7 @@ jobs: - os: macos-latest version: nightly-latest name: Ruby analysis + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index ba8320632b..76dd83d9ad 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -37,6 +37,7 @@ jobs: - os: ubuntu-latest version: nightly-latest name: Test unsetting environment variables + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index 264a551e64..fb24f38a4a 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -65,6 +65,7 @@ jobs: - os: windows-2022 version: nightly-latest name: "Upload-sarif: 'ref' and 'sha' from inputs" + timeout-minutes: 30 runs-on: ${{ matrix.os }} steps: - name: Check out repository diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 994eee140b..cc2a7c8138 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -13,6 +13,7 @@ jobs: lint-js: name: Lint runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 @@ -21,6 +22,7 @@ jobs: check-js: runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 @@ -30,6 +32,7 @@ jobs: check-node-modules: name: Check modules up to date runs-on: macos-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 @@ -39,6 +42,7 @@ jobs: verify-pr-checks: name: Verify PR checks up to date runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 @@ -60,6 +64,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} + timeout-minutes: 30 steps: - uses: actions/checkout@v2 @@ -69,6 +74,7 @@ jobs: runner-analyze-javascript-ubuntu: name: Runner ubuntu JS analyze needs: [check-js, check-node-modules] + timeout-minutes: 30 runs-on: ubuntu-latest steps: @@ -97,6 +103,7 @@ jobs: runner-analyze-javascript-windows: name: Runner windows JS analyze needs: [check-js, check-node-modules] + timeout-minutes: 30 runs-on: windows-latest steps: @@ -121,6 +128,7 @@ jobs: runner-analyze-javascript-macos: name: Runner macos JS analyze needs: [check-js, check-node-modules] + timeout-minutes: 30 runs-on: macos-latest steps: @@ -145,6 +153,7 @@ jobs: runner-analyze-csharp-ubuntu: name: Runner ubuntu C# analyze needs: [check-js, check-node-modules] + timeout-minutes: 30 runs-on: ubuntu-latest steps: @@ -184,6 +193,7 @@ jobs: needs: [check-js, check-node-modules] # Build tracing currently does not support Windows 2022, so use `windows-2019` instead of # `windows-latest`. + timeout-minutes: 30 runs-on: windows-2019 steps: @@ -228,6 +238,7 @@ jobs: runner-analyze-csharp-macos: name: Runner macos C# analyze + timeout-minutes: 30 needs: [check-js, check-node-modules] runs-on: macos-latest @@ -266,6 +277,7 @@ jobs: runner-analyze-csharp-autobuild-ubuntu: name: Runner ubuntu autobuild C# analyze + timeout-minutes: 30 needs: [check-js, check-node-modules] runs-on: ubuntu-latest @@ -301,6 +313,7 @@ jobs: TEST_MODE: true runner-analyze-csharp-autobuild-windows: + timeout-minutes: 30 name: Runner windows autobuild C# analyze needs: [check-js, check-node-modules] # Build tracing currently does not support Windows 2022, so use `windows-2019` instead of @@ -343,6 +356,7 @@ jobs: name: Runner macos autobuild C# analyze needs: [check-js, check-node-modules] runs-on: macos-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 @@ -380,6 +394,7 @@ jobs: name: Runner upload sarif needs: [check-js, check-node-modules] runs-on: ubuntu-latest + timeout-minutes: 30 if: ${{ github.event_name != 'pull_request' || github.event.pull_request.base.repo.id == github.event.pull_request.head.repo.id }} @@ -402,6 +417,7 @@ jobs: name: Runner ubuntu extractor RAM and threads options needs: [check-js, check-node-modules] runs-on: ubuntu-latest + timeout-minutes: 30 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/python-deps.yml b/.github/workflows/python-deps.yml index cb6ba3c6d6..9542ea4930 100644 --- a/.github/workflows/python-deps.yml +++ b/.github/workflows/python-deps.yml @@ -10,6 +10,7 @@ on: jobs: test-setup-python-scripts: + timeout-minutes: 30 runs-on: ${{ matrix.os }} strategy: fail-fast: false diff --git a/.github/workflows/release-runner.yml b/.github/workflows/release-runner.yml index 1ef0b7899d..3a59525c72 100644 --- a/.github/workflows/release-runner.yml +++ b/.github/workflows/release-runner.yml @@ -9,6 +9,7 @@ on: jobs: release-runner: + timeout-minutes: 30 runs-on: ubuntu-latest env: RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}" diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index 547ac1fba9..1bedb5bef0 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -26,6 +26,7 @@ on: jobs: build: runs-on: ubuntu-latest + timeout-minutes: 30 env: CLI_RELEASE: "${{ github.event.inputs.cli-release }}" RELEASE_TAG: "${{ github.event.inputs.bundle-tag }}" diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index a1657e7fe0..515f751995 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -6,6 +6,7 @@ on: jobs: update: name: Update dependencies + timeout-minutes: 30 runs-on: macos-latest if: contains(github.event.pull_request.labels.*.name, 'Update dependencies') && (github.event.pull_request.head.repo.full_name == 'github/codeql-action') steps: diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index ec0e8ee5a0..cabc59591a 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -9,6 +9,7 @@ on: jobs: update: + timeout-minutes: 30 runs-on: ubuntu-latest if: ${{ github.repository == 'github/codeql-action' }} steps: diff --git a/.github/workflows/update-supported-enterprise-server-versions.yml b/.github/workflows/update-supported-enterprise-server-versions.yml index 18d1ea59b8..86eae958d9 100644 --- a/.github/workflows/update-supported-enterprise-server-versions.yml +++ b/.github/workflows/update-supported-enterprise-server-versions.yml @@ -6,6 +6,7 @@ on: jobs: update-supported-enterprise-server-versions: + timeout-minutes: 30 runs-on: ubuntu-latest if: ${{ github.repository == 'github/codeql-action' }} diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 481017f022..beb1d4dfd4 100644 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -85,6 +85,7 @@ def writeHeader(checkStream): } }, 'name': checkSpecification['name'], + 'timeout-minutes': 30, 'runs-on': '${{ matrix.os }}', 'steps': steps }