From 5424cea3f348207c8f5e1cb754ed087a86ebb514 Mon Sep 17 00:00:00 2001 From: jkalanda Date: Thu, 12 Dec 2024 14:11:56 -0600 Subject: [PATCH] fix: updating codeql-static-analysis yml file dependency: none Signed-off-by: jkalanda --- .github/workflows/codeql-static-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-static-analysis.yml b/.github/workflows/codeql-static-analysis.yml index 5a9aa480f..30121093e 100644 --- a/.github/workflows/codeql-static-analysis.yml +++ b/.github/workflows/codeql-static-analysis.yml @@ -39,7 +39,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -64,4 +64,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2