@cryptotaxi247 / kubo / commits / 2844a913d

chore(deps): bump github/codeql-action from 3 to 4 (#11025)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>

dependabot[bot] committed Nov 25, 2025 at 07:47 UTC 2844a913d3f25543315a10724fd59f01951b817f
1 file changed +3 -3
.github/workflows/codeql-analysis.yml
+3 -3
@@ -38,12 +38,12 @@ jobs:
38
39 # Initializes the CodeQL tools for scanning.
40 - name: Initialize CodeQL
41 - uses: github/codeql-action/init@v3
41 + uses: github/codeql-action/init@v4
42 with:
43 languages: go
44
45 - name: Autobuild
46 - uses: github/codeql-action/autobuild@v3
46 + uses: github/codeql-action/autobuild@v4
47
48 - name: Perform CodeQL Analysis
49 - uses: github/codeql-action/analyze@v3
49 + uses: github/codeql-action/analyze@v4