]> granicus.if.org Git - vim/commitdiff
patch 8.2.5052: CI checkout step title is a bit cryptic v8.2.5052
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Wed, 1 Jun 2022 20:26:34 +0000 (21:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Jun 2022 20:26:34 +0000 (21:26 +0100)
Problem:    CI checkout step title is a bit cryptic.
Solution:   Add a better title. (closes #10509)

.github/workflows/ci.yml
.github/workflows/codeql-analysis.yml
.github/workflows/coverity.yml
src/version.c

index 62be12dda40c3f484461a8693813af4991c294ea..194143040b6bf1a18e4fc6f546dbac72b9c9ecfc 100644 (file)
@@ -61,7 +61,8 @@ jobs:
             extra: vimtags
 
     steps:
-      - uses: actions/checkout@v3
+      - name: Checkout repository from github
+        uses: actions/checkout@v3
 
       - name: Install packages
         run: |
@@ -295,7 +296,8 @@ jobs:
         features: [tiny, normal, huge]
 
     steps:
-      - uses: actions/checkout@v3
+      - name: Checkout repository from github
+        uses: actions/checkout@v3
 
       - name: Install packages
         if: matrix.features == 'huge'
@@ -432,7 +434,8 @@ jobs:
           msystem: ${{ matrix.msystem }}
           release: false
 
-      - uses: actions/checkout@v3
+      - name: Checkout repository from github
+        uses: actions/checkout@v3
 
       - name: Create a list of download URLs
         shell: cmd
index 6b9db0349241b836c91261f4fdca8057afdc4e94..efb9e66995960255706b0c152e88922991c61271 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
 
     steps:
-    - name: Checkout repository
+    - name: Checkout repository from github
       uses: actions/checkout@v3
 
     # Initializes the CodeQL tools for scanning.
index 7d9341e96912da0f6a5b9af1231e5d0a9880f80f..a58a20b6157ba62595add39b433d6ac078a25a32 100644 (file)
@@ -13,7 +13,8 @@ jobs:
       DEBIAN_FRONTEND: noninteractive
 
     steps:
-      - uses: actions/checkout@v3
+      - name: Checkout repository from github
+        uses: actions/checkout@v3
 
       - name: Download Coverity
         run: |
index 9df41679b474ce8a60f49fc1db5082d86a5d3351..36a69d922c7a029e301380f1a1c987e0ac42b566 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5052,
 /**/
     5051,
 /**/