Bump github/codeql-action from 2 to 3
authordependabot[bot] <redacted>
Mon, 1 Jan 2024 01:08:09 +0000 (01:08 +0000)
committerGitHub <redacted>
Mon, 1 Jan 2024 01:08:09 +0000 (01:08 +0000)
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] <redacted>
.github/workflows/codeql-analysis.yml

index 4e31d0c915200a98b19ae22e4ea83341885dfac8..0b3efe4721b1d7641ed7900548068f7b7178d5d2 100644 (file)
@@ -29,15 +29,15 @@ jobs:
           persist-credentials: false
 
       - name: Initialize CodeQL
-        uses: github/codeql-action/init@v2
+        uses: github/codeql-action/init@v3
         with:
           languages: "python"
           queries: +security-and-quality
 
       - 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
         with:
           category: "/language:python"
git clone https://git.99rst.org/PROJECT