From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 1 Jun 2022 20:26:34 +0000 (+0100) Subject: patch 8.2.5052: CI checkout step title is a bit cryptic X-Git-Tag: v8.2.5052 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfaa24f95343af9c058696644375d04e660f1b00;p=vim patch 8.2.5052: CI checkout step title is a bit cryptic Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62be12dda..194143040 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6b9db0349..efb9e6699 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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. diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 7d9341e96..a58a20b61 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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: | diff --git a/src/version.c b/src/version.c index 9df41679b..36a69d922 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 5052, /**/ 5051, /**/