From 655625b696a76c0def2a41302def3de055dd8d6f Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 11 Nov 2023 21:51:12 +0100 Subject: [PATCH] codeql.yml: timout is not needed --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c9c8740..98912af 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,7 +12,6 @@ jobs: analyze: name: Analyze runs-on: ubuntu-latest - timeout-minutes: 360 permissions: actions: read contents: read