From 90c97b8865832c2cb76f05436bbbcd244151c668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:42:30 +0000 Subject: [PATCH] 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-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 6 +++--- .github/workflows/neural-nexus-ci-cd.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b83bd524..ae5903e1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -358,15 +358,15 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: CodeQL Analysis - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: rust, python - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 # 📱 Mobile/Edge Compatibility cross-platform-test: diff --git a/.github/workflows/neural-nexus-ci-cd.yml b/.github/workflows/neural-nexus-ci-cd.yml index b83bd524..ae5903e1 100644 --- a/.github/workflows/neural-nexus-ci-cd.yml +++ b/.github/workflows/neural-nexus-ci-cd.yml @@ -358,15 +358,15 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: CodeQL Analysis - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: rust, python - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 # 📱 Mobile/Edge Compatibility cross-platform-test: