]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump github/codeql-action
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 22 May 2026 23:12:27 +0000 (23:12 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 22 May 2026 23:12:27 +0000 (23:12 +0000)
Bumps the github-actions group with 1 update in the / directory: [github/codeql-action](https://github.com/github/codeql-action).

Updates `github/codeql-action` from 4.35.4 to 4.35.5
- [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/v4.35.4...v4.35.5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

closes: #20297

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/codeql-analysis.yml

index 856ce7f2413bdb90fba7abcd0cfef2c336479065..ae2a4a53150a9dfcc93daea46b226d141ce83ffc 100644 (file)
@@ -48,7 +48,7 @@ jobs:
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v4.35.4
+      uses: github/codeql-action/init@v4.35.5
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -59,7 +59,7 @@ jobs:
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually (see below)
     - name: Autobuild
-      uses: github/codeql-action/autobuild@v4.35.4
+      uses: github/codeql-action/autobuild@v4.35.5
 
     # â„šī¸ Command-line programs to run using the OS shell.
     # đŸ“š https://git.io/JvXDl
@@ -73,4 +73,4 @@ jobs:
     #   make release
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@v4.35.4
+      uses: github/codeql-action/analyze@v4.35.5