From c8745f6018d6be41aa00fa502b2ba7655858c48e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Wed, 23 Oct 2024 20:42:43 +0200 Subject: [PATCH] coore[ci]: Update codeql action version --- .github/workflows/static-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-code-analysis.yml b/.github/workflows/static-code-analysis.yml index 0c46e49f8..b4c0a375b 100644 --- a/.github/workflows/static-code-analysis.yml +++ b/.github/workflows/static-code-analysis.yml @@ -45,7 +45,7 @@ jobs: # Run codeql analysis - name: Run CodeQL - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 infer-analysis: # Infer is a static analysis tool, it produces a list of potential bugs.