From 16926e0632b62782e565a6fc146301df5072c7f6 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 c9c87400..98912af6 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