From d603f80d7e57209d1583858df9fb9abe0b07a577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1ger?= Date: Tue, 7 May 2024 11:28:38 -0600 Subject: [PATCH] Update codeql-analysis.yml --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 216a21b..be90086 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 if: github.repository_owner == 'ltvco' with: languages: ${{ matrix.language }} @@ -51,7 +51,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 if: github.repository_owner == 'ltvco' # ℹ️ Command-line programs to run using the OS shell. @@ -66,7 +66,7 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 if: github.repository_owner == 'ltvco' - name: Send custom JSON data to Slack workflow