To: vim_dev@googlegroups.com Subject: Patch 8.2.5052 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.5052 Problem: CI checkout step title is a bit cryptic. Solution: Add a better title. (closes #10509) Files: .github/workflows/ci.yml, .github/workflows/coverity.yml, .github/workflows/codeql-analysis.yml *** ../vim-8.2.5051/.github/workflows/ci.yml 2022-05-20 17:19:02.676498946 +0100 --- .github/workflows/ci.yml 2022-06-01 21:23:41.637471430 +0100 *************** *** 61,67 **** extra: vimtags steps: ! - uses: actions/checkout@v3 - name: Install packages run: | --- 61,68 ---- extra: vimtags steps: ! - name: Checkout repository from github ! uses: actions/checkout@v3 - name: Install packages run: | *************** *** 295,301 **** features: [tiny, normal, huge] steps: ! - uses: actions/checkout@v3 - name: Install packages if: matrix.features == 'huge' --- 296,303 ---- features: [tiny, normal, huge] steps: ! - name: Checkout repository from github ! uses: actions/checkout@v3 - name: Install packages if: matrix.features == 'huge' *************** *** 432,438 **** msystem: ${{ matrix.msystem }} release: false ! - uses: actions/checkout@v3 - name: Create a list of download URLs shell: cmd --- 434,441 ---- msystem: ${{ matrix.msystem }} release: false ! - name: Checkout repository from github ! uses: actions/checkout@v3 - name: Create a list of download URLs shell: cmd *** ../vim-8.2.5051/.github/workflows/coverity.yml 2022-05-20 17:19:02.680498940 +0100 --- .github/workflows/coverity.yml 2022-06-01 21:24:41.373461469 +0100 *************** *** 13,19 **** DEBIAN_FRONTEND: noninteractive steps: ! - uses: actions/checkout@v3 - name: Download Coverity run: | --- 13,20 ---- DEBIAN_FRONTEND: noninteractive steps: ! - name: Checkout repository from github ! uses: actions/checkout@v3 - name: Download Coverity run: | *** ../vim-8.2.5051/.github/workflows/codeql-analysis.yml 2022-05-20 17:19:02.680498940 +0100 --- .github/workflows/codeql-analysis.yml 2022-06-01 21:23:55.749469113 +0100 *************** *** 36,42 **** # 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 uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. --- 36,42 ---- # 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 from github uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. *** ../vim-8.2.5051/src/version.c 2022-06-01 16:02:34.211391158 +0100 --- src/version.c 2022-06-01 21:22:59.377478250 +0100 *************** *** 736,737 **** --- 736,739 ---- { /* Add new patch number below this line */ + /**/ + 5052, /**/ -- ARTHUR: Then who is your lord? WOMAN: We don't have a lord. ARTHUR: What? DENNIS: I told you. We're an anarcho-syndicalist commune. We take it in turns to act as a sort of executive officer for the week. The Quest for the Holy Grail (Monty Python) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///