Commit: CI: Bump the github-actions group across 1 directory with 2 updates

2 views
Skip to first unread message

Christian Brabandt

unread,
May 9, 2026, 10:00:16 AM (11 days ago) May 9
to vim...@googlegroups.com
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 }}"

Christian Brabandt

unread,
May 16, 2026, 3:45:12 AM (4 days ago) May 16
to vim...@googlegroups.com
CI: Bump the github-actions group across 1 directory with 2 updates

Commit: https://github.com/vim/vim/commit/7cb86f46cb27541faedb14292b319f5937a0bd97
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat May 16 07:40:21 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.3 to 4.35.4
- [Commits](https://github.com/github/codeql-action/compare/v4.35.3...v4.35.4)

Updates `actions/labeler` from 6.0.1 to 6.1.0
- [Commits](https://github.com/actions/labeler/compare/v6.0.1...v6.1.0)

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

closes: #20226

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 17a12b97c..856ce7f24 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.3
+ uses: github/codeql-action/in...@v4.35.4
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.3
+ uses: github/codeql-action/auto...@v4.35.4

# ℹ️ 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.3
+ uses: github/codeql-action/ana...@v4.35.4
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index 6be0b2f8d..4172d28e0 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -17,6 +17,6 @@ jobs:
pull-requests: write

steps:
- - uses: actions/lab...@v6.0.1
+ - uses: actions/lab...@v6.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Reply all
Reply to author
Forward
0 new messages