]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Bump the github-actions group across 1 directory with 3 updates
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 25 Jul 2026 16:51:19 +0000 (16:51 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 25 Jul 2026 16:51:19 +0000 (16:51 +0000)
Bumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [actions/labeler](https://github.com/actions/labeler).

Updates `actions/checkout` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v7.0.0...v7.0.1)

Updates `github/codeql-action` from 4.37.0 to 4.37.1
- [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.37.0...v4.37.1)

Updates `actions/labeler` from 6.2.0 to 7.0.0
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v6.2.0...v7.0.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.37.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/labeler
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

closes: #20838

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci-linux.yml
.github/workflows/ci-linux_asan.yml
.github/workflows/ci-macos.yml
.github/workflows/ci-windows.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml
.github/workflows/label.yml
.github/workflows/link-check.yml

index 016c58e0ae67e87394040f4b5c6504a08c9d7185..015d9d698a92b399a60c5b0ed96707bae4180214 100644 (file)
@@ -83,7 +83,7 @@ jobs:
 
     steps:
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v7.0.0
+        uses: actions/checkout@v7.0.1
 
       - name: Build
         timeout-minutes: 15
index db8cf437c65bf3b54794b79c73db9ada978efc5e..394df10e8377b63bb623ed45c2934b6a72dd9ad6 100644 (file)
@@ -37,7 +37,7 @@ jobs:
 
     steps:
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v7.0.0
+        uses: actions/checkout@v7.0.1
 
       - name: Build
         timeout-minutes: 15
index 9acda1df40ea055e9176ca0f2d6ef1562ac66e7f..4e619b865d3273a84130234931289d15ffea59d8 100644 (file)
@@ -32,7 +32,7 @@ jobs:
 
     steps:
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v7.0.0
+        uses: actions/checkout@v7.0.1
 
       - name: Install packages
         if: matrix.features == 'huge'
index fb964cb7834b8ace0d7bb1b4a6c48a963c97f27a..c23fb028f012aaa78e7dc354ab7f38deaa0d21b8 100644 (file)
@@ -128,7 +128,7 @@ jobs:
           release: false
 
       - name: Checkout repository from GitHub
-        uses: actions/checkout@v7.0.0
+        uses: actions/checkout@v7.0.1
 
       - name: Create a list of download URLs
         shell: cmd
index eaa78b1936472390e7780e2bee018be60b07c99b..29d79ac6a8cd86455c8bb28bed02b7b79ffd4b95 100644 (file)
@@ -44,11 +44,11 @@ jobs:
 
     steps:
     - name: Checkout repository from github
-      uses: actions/checkout@v7.0.0
+      uses: actions/checkout@v7.0.1
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@v4.37.0
+      uses: github/codeql-action/init@v4.37.1
       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.37.0
+      uses: github/codeql-action/autobuild@v4.37.1
 
     # â„šī¸ 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.37.0
+      uses: github/codeql-action/analyze@v4.37.1
index 5ff1dfada7c5af7211ab667013760c84bc4922db..f788c2bbd05c2e8bd35db89535c612458a5d477c 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     steps:
       - name: Checkout repository from github
         if: env.TOKEN
-        uses: actions/checkout@v7.0.0
+        uses: actions/checkout@v7.0.1
 
       - name: Download Coverity
         if: env.TOKEN
index f12b48feffb27b51e7ade1afb3da32ca9cf2c7de..ec6a4ec278abdad338baa2961a08539fbaf03f60 100644 (file)
@@ -17,6 +17,6 @@ jobs:
       pull-requests: write
 
     steps:
-    - uses: actions/labeler@v6.2.0
+    - uses: actions/labeler@v7.0.0
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"
index 73aee1ca6bfe90c90822d535b216dd9affb3aa8c..f04e1395819361778fb73a60a6ddcf668a643b27 100644 (file)
@@ -8,7 +8,7 @@ jobs:
   lychee:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v7.0.0
+      - uses: actions/checkout@v7.0.1
       - name: Run Lychee
         uses: lycheeverse/lychee-action@v2
         with: