From b1dbbfb9fe07bb29ce2fec56c557ec25e2ae2b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 03:33:35 +0000 Subject: [PATCH] [Dependencies]: Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis-csharp.yml | 6 +++--- .github/workflows/codeql-analysis-javascript.yml | 6 +++--- .github/workflows/codeql-analysis-python.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/codeql-analysis-csharp.yml b/.github/workflows/codeql-analysis-csharp.yml index 193673b9..2535ffa1 100644 --- a/.github/workflows/codeql-analysis-csharp.yml +++ b/.github/workflows/codeql-analysis-csharp.yml @@ -36,7 +36,7 @@ jobs: # Initializes the CodeQL tools for scanning. - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: csharp # If you wish to specify custom queries, you can do so here or in a config file. @@ -48,7 +48,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -63,4 +63,4 @@ jobs: - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/codeql-analysis-javascript.yml b/.github/workflows/codeql-analysis-javascript.yml index 1ba35d6d..6215b76f 100644 --- a/.github/workflows/codeql-analysis-javascript.yml +++ b/.github/workflows/codeql-analysis-javascript.yml @@ -36,7 +36,7 @@ jobs: # Initializes the CodeQL tools for scanning. - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: javascript # If you wish to specify custom queries, you can do so here or in a config file. @@ -48,7 +48,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -63,4 +63,4 @@ jobs: - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 diff --git a/.github/workflows/codeql-analysis-python.yml b/.github/workflows/codeql-analysis-python.yml index 7ec83520..3dfdc986 100644 --- a/.github/workflows/codeql-analysis-python.yml +++ b/.github/workflows/codeql-analysis-python.yml @@ -35,7 +35,7 @@ jobs: # Initializes the CodeQL tools for scanning. - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: python # If you wish to specify custom queries, you can do so here or in a config file. @@ -47,7 +47,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -62,4 +62,4 @@ jobs: - if: ${{steps.check_files.outputs.FILES_EXIST == 'true'}} name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3