GitHub Action: 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] <support@github.com>
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index c91e9d4..d20341a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -340,7 +340,7 @@
         if-no-files-found: warn

 

     - name: Upload CodeQL Results (SARIF) To GitHub Code Scanning

-      uses: github/codeql-action/upload-sarif@v2

+      uses: github/codeql-action/upload-sarif@v3

       if: steps.env_data.outputs.upload_sarif_file == 'true'

       with:

         # Path to SARIF file relative to the root of the repository.