CI: Bump the github-actions group across 1 directory with 2 updates
Commit:
https://github.com/vim/vim/commit/fbec828c7e3144aad2c9b9a207773ad0a4a46b9a
Author: dependabot[bot] <49699333+dependabot[bot]@
users.noreply.github.com>
Date: Sat May 9 13:49:43 2026 +0000
CI: Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [github/codeql-action](
https://github.com/github/codeql-action) and [actions/labeler](
https://github.com/actions/labeler).
Updates `github/codeql-action` from 4.35.2 to 4.35.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/v4.35.2...v4.35.3)
Updates `actions/labeler` from 6 to 6.0.1
- [Release notes](
https://github.com/actions/labeler/releases)
- [Commits](
https://github.com/actions/labeler/compare/v6...v6.0.1)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: 4.35.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/labeler
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
closes: #20171
Signed-off-by: dependabot[bot] <
sup...@github.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4c546fc57..17a12b97c 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/in...@v4.35.2
+ uses: github/codeql-action/in...@v4.35.3
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/auto...@v4.35.2
+ uses: github/codeql-action/auto...@v4.35.3
# ℹ️ 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/ana...@v4.35.2
+ uses: github/codeql-action/ana...@v4.35.3
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index e413603bd..6be0b2f8d 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -17,6 +17,6 @@ jobs:
pull-requests: write
steps:
- - uses: actions/labeler@v6
+ - uses: actions/lab...@v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"