From 736b90319e9a2da76376563c7670080a3ab6f762 Mon Sep 17 00:00:00 2001 From: Braden Linick Date: Wed, 17 Jan 2024 13:08:27 -0500 Subject: [PATCH] commented out security events --- .github/workflows/codeql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index f68e94a9..a5c0c9ef 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -16,7 +16,7 @@ jobs: permissions: actions: read contents: read - security-events: write + # security-events: write strategy: fail-fast: false